aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Net_LMTP
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-18 13:04:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-18 13:04:54 +0000
commite53f4db3a7c43b156ae2c33e2d79ddc44c22a358 (patch)
tree371d2f23634f7b0b4ad2715e5c872c99dd58e8a3 /mail/pear-Net_LMTP
parentfd56d9dfdaac6005e844afa257cbd7c27aee27a8 (diff)
downloadports-e53f4db3a7c43b156ae2c33e2d79ddc44c22a358.tar.gz
ports-e53f4db3a7c43b156ae2c33e2d79ddc44c22a358.zip
- Add LICENSE
Notes
Notes: svn path=/head/; revision=381546
Diffstat (limited to 'mail/pear-Net_LMTP')
-rw-r--r--mail/pear-Net_LMTP/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/pear-Net_LMTP/Makefile b/mail/pear-Net_LMTP/Makefile
index 00c8980628e2..a737cbae20ba 100644
--- a/mail/pear-Net_LMTP/Makefile
+++ b/mail/pear-Net_LMTP/Makefile
@@ -8,9 +8,11 @@ CATEGORIES= mail www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR implementation of the RFC2033 LMTP protocol
+LICENSE= PHP301
+
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
-RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= pear
+USES= pear
.include <bsd.port.mk>