diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-18 21:04:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-18 21:04:48 +0800 |
commit | 544aa9ead4513292fbb55f4561cd30f160216bd1 (patch) | |
tree | f1455972a2bd36aaf3c502404587bbd2e50b6679 | |
parent | 12cad4a1f813732d0be564bcd7fd1e2bb6c5f68c (diff) | |
download | freebsd-ports-gnome-544aa9ead4513292fbb55f4561cd30f160216bd1.tar.gz freebsd-ports-gnome-544aa9ead4513292fbb55f4561cd30f160216bd1.tar.zst freebsd-ports-gnome-544aa9ead4513292fbb55f4561cd30f160216bd1.zip |
- Add LICENSE
-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> |