diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 15:20:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 15:20:17 +0800 |
commit | d79f23f1e990afd8c2458fff323172072f94fef9 (patch) | |
tree | 4a7a1ed6ed70cc82f2eb820c3f42fadfb74701b1 /mail | |
parent | 5df0e495a86382688f001b8c0da50759d379ce20 (diff) | |
download | freebsd-ports-gnome-d79f23f1e990afd8c2458fff323172072f94fef9.tar.gz freebsd-ports-gnome-d79f23f1e990afd8c2458fff323172072f94fef9.tar.zst freebsd-ports-gnome-d79f23f1e990afd8c2458fff323172072f94fef9.zip |
- Convert to PEAR_AUTOINSTALL
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pear-Mail/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile index 88962b817ffb..1ee1909fa3be 100644 --- a/mail/pear-Mail/Makefile +++ b/mail/pear-Mail/Makefile @@ -10,11 +10,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class that provides multiple interfaces for sending emails BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -FILES= Mail.php Mail/mail.php Mail/null.php Mail/sendmail.php \ - Mail/smtp.php Mail/RFC822.php -TESTS= rfc822.phpt smtp_error.phpt +PEAR_AUTOINSTALL= yes LATEST_LINK= pear-${PORTNAME} OPTIONS_DEFINE= PEAR_NET_SMTP |