aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/pear-Net_IMAP/Makefile7
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>