1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/mail/pecl-esmtp/Makefile
2012-05-23 01:47:57 +00:00

38 lines
731 B
Makefile

# Ports collection makefile for: pecl-esmtp
# Date created: 2006/08/01
# Whom: 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 extenion
LIB_DEPENDS= esmtp:${PORTSDIR}/mail/libesmtp
USE_PHP= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=53
OPTIONS= RE2C "Enable re2c to regenerate PHP parsers" on
.include <bsd.port.pre.mk>
.if defined(WITH_RE2C)
BUILD_DEPENDS+= re2c:${PORTSDIR}/devel/re2c
.endif
post-patch:
@${REINPLACE_CMD} -e '29,34 d; 45,50 d' ${WRKSRC}/config.m4
.include <bsd.port.post.mk>