diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-01 04:45:23 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-01 04:45:23 +0000 |
commit | 8c9199c23106e462b8e7bde233ce34a37d976cd6 (patch) | |
tree | 162e29d23867958f026609e08e308701088a5e35 /mail/pecl-esmtp | |
parent | b0e037a9d28ab461c052e888adf76b3d818adba3 (diff) | |
download | ports-8c9199c23106e462b8e7bde233ce34a37d976cd6.tar.gz ports-8c9199c23106e462b8e7bde233ce34a37d976cd6.zip |
Add pecl-esmtp 0.3.1, PECL ESMTP client extenion.
PR: ports/101133
Submitted by: chinsan <chinsan.tw at gmail.com>
Notes
Notes:
svn path=/head/; revision=169305
Diffstat (limited to 'mail/pecl-esmtp')
-rw-r--r-- | mail/pecl-esmtp/Makefile | 35 | ||||
-rw-r--r-- | mail/pecl-esmtp/distinfo | 3 | ||||
-rw-r--r-- | mail/pecl-esmtp/pkg-descr | 5 |
3 files changed, 43 insertions, 0 deletions
diff --git a/mail/pecl-esmtp/Makefile b/mail/pecl-esmtp/Makefile new file mode 100644 index 000000000000..4d4c8c5d1e27 --- /dev/null +++ b/mail/pecl-esmtp/Makefile @@ -0,0 +1,35 @@ +# Ports collection makefile for: pecl-esmtp +# Date created: 2006/08/01 +# Whom: chinsan <chinsan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= esmtp +PORTVERSION= 0.3.1 +CATEGORIES= mail www +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= PECL ESMTP client extenion + +LIB_DEPENDS= esmtp:${PORTSDIR}/mail/libesmtp + +USE_PHP= yes +USE_PHPEXT= yes + +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> diff --git a/mail/pecl-esmtp/distinfo b/mail/pecl-esmtp/distinfo new file mode 100644 index 000000000000..b636b8cad673 --- /dev/null +++ b/mail/pecl-esmtp/distinfo @@ -0,0 +1,3 @@ +MD5 (PECL/esmtp-0.3.1.tgz) = e1db69e1b05efd0bf7f5c7d0b6b3255f +SHA256 (PECL/esmtp-0.3.1.tgz) = 9adb11943dee5de4b7ca47a36f7eeb79e2a4e6b8854598a42d6c5d466ff7948b +SIZE (PECL/esmtp-0.3.1.tgz) = 25963 diff --git a/mail/pecl-esmtp/pkg-descr b/mail/pecl-esmtp/pkg-descr new file mode 100644 index 000000000000..215580b836e4 --- /dev/null +++ b/mail/pecl-esmtp/pkg-descr @@ -0,0 +1,5 @@ +Esmtp is a wrapper for SMTP client library based on the libESMTP library +(http://www.stafford.uklinux.net/libesmtp/). You can use it to send messages +using internal SASL, and external/openssl SSL support. + +WWW: http://pecl.php.net/package/esmtp |