- Add LICENSE

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-03-18 13:04:54 +00:00
parent fd56d9dfda
commit e53f4db3a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381546

View file

@ -8,9 +8,11 @@ CATEGORIES= mail www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR implementation of the RFC2033 LMTP protocol
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
LICENSE= PHP301
USES= pear
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= pear
.include <bsd.port.mk>