diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-18 13:04:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-18 13:04:48 +0000 |
commit | fd56d9dfdaac6005e844afa257cbd7c27aee27a8 (patch) | |
tree | f1455972a2bd36aaf3c502404587bbd2e50b6679 /mail/pear-Net_IMAP | |
parent | c7cbda9dd00730c49769205a7e71f4d24a4595db (diff) |
Notes
Diffstat (limited to 'mail/pear-Net_IMAP')
-rw-r--r-- | mail/pear-Net_IMAP/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/pear-Net_IMAP/Makefile b/mail/pear-Net_IMAP/Makefile index 6949bcec85e0..39cac85d69c3 100644 --- a/mail/pear-Net_IMAP/Makefile +++ b/mail/pear-Net_IMAP/Makefile @@ -8,11 +8,12 @@ CATEGORIES= mail net pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR class that provides an implementation of the IMAP protocol +LICENSE= PHP301 + BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL -RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ - ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= pear +USES= pear .include <bsd.port.mk> |