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