diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-18 13:04:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-18 13:04:54 +0000 |
commit | e53f4db3a7c43b156ae2c33e2d79ddc44c22a358 (patch) | |
tree | 371d2f23634f7b0b4ad2715e5c872c99dd58e8a3 /mail/pear-Net_LMTP | |
parent | fd56d9dfdaac6005e844afa257cbd7c27aee27a8 (diff) | |
download | ports-e53f4db3a7c43b156ae2c33e2d79ddc44c22a358.tar.gz ports-e53f4db3a7c43b156ae2c33e2d79ddc44c22a358.zip |
Notes
Diffstat (limited to 'mail/pear-Net_LMTP')
-rw-r--r-- | mail/pear-Net_LMTP/Makefile | 6 |
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> |