mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
3bdf701a5c
While here fix some consistency in PEAR options name bumped revision of net/icpld and net/ipsumdump because IPV6 is now on Approved by: miwi (maintainer)
36 lines
687 B
Makefile
36 lines
687 B
Makefile
# Created by: chinsan <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= esmtp
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail www
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PECL ESMTP client extension
|
|
|
|
LIB_DEPENDS= esmtp:${PORTSDIR}/mail/libesmtp
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
DEFAULT_PHP_VER=53
|
|
|
|
OPTIONS_DEFINE= RE2C
|
|
OPTIONS_DEFAULT= RE2C
|
|
RE2C_DESC= Use re2c to regenerate PHP parsers
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MRE2C}
|
|
BUILD_DEPENDS+= re2c:${PORTSDIR}/devel/re2c
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '29,34 d; 45,50 d' ${WRKSRC}/config.m4
|
|
|
|
.include <bsd.port.mk>
|