1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add LICENSE

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

View File

@ -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>