diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-10-12 18:17:43 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-10-12 18:17:43 +0000 |
commit | d843b7589e3c45a3d59ea0d37067306340717a09 (patch) | |
tree | 57e2177ca525484711d8dd04526144c8cec15ed3 /mail/pear-Mail | |
parent | 10cc56fa8f08974c4d7567aa70c105932cf889ab (diff) | |
download | ports-d843b7589e3c45a3d59ea0d37067306340717a09.tar.gz ports-d843b7589e3c45a3d59ea0d37067306340717a09.zip |
Notes
Diffstat (limited to 'mail/pear-Mail')
-rw-r--r-- | mail/pear-Mail/Makefile | 15 | ||||
-rw-r--r-- | mail/pear-Mail/distinfo | 4 |
2 files changed, 14 insertions, 5 deletions
diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile index e7141b99f27e..5582b98b00b5 100644 --- a/mail/pear-Mail/Makefile +++ b/mail/pear-Mail/Makefile @@ -6,18 +6,27 @@ # PORTNAME= Mail -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= mail www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= antonio@php.net COMMENT= PEAR class that provides multiple interfaces for sending emails -BUILD_DEPENDS= ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} FILES= Mail.php Mail/mail.php Mail/null.php Mail/sendmail.php \ Mail/smtp.php Mail/RFC822.php +TESTS= rfc822.phpt + +LATEST_LINK= pear-Mail # Required for OPTIONS +OPTIONS= PEAR_NET_SMTP "PEAR::Net_SMTP support" off .include <bsd.port.pre.mk> + +.if defined(WITH_PEAR_NET_SMTP) +BUILD_DEPENDS+= ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP +.endif + .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include <bsd.port.post.mk> diff --git a/mail/pear-Mail/distinfo b/mail/pear-Mail/distinfo index 068abfa6bef5..a7a11b197867 100644 --- a/mail/pear-Mail/distinfo +++ b/mail/pear-Mail/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Mail-1.1.3.tgz) = 88e15d4218bb3b0d29f7d234e96096e6 -SIZE (PEAR/Mail-1.1.3.tgz) = 13415 +MD5 (PEAR/Mail-1.1.4.tgz) = 3e14fef5bd418de87214a3271ffc4549 +SIZE (PEAR/Mail-1.1.4.tgz) = 14548 |