svn commit: r381545 - head/mail/pear-Net_IMAP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 18 13:04:49 UTC 2015


Author: sunpoet
Date: Wed Mar 18 13:04:48 2015
New Revision: 381545
URL: https://svnweb.freebsd.org/changeset/ports/381545
QAT: https://qat.redports.org/buildarchive/r381545/

Log:
  - Add LICENSE

Modified:
  head/mail/pear-Net_IMAP/Makefile

Modified: head/mail/pear-Net_IMAP/Makefile
==============================================================================
--- head/mail/pear-Net_IMAP/Makefile	Wed Mar 18 13:02:33 2015	(r381544)
+++ head/mail/pear-Net_IMAP/Makefile	Wed Mar 18 13:04:48 2015	(r381545)
@@ -8,11 +8,12 @@ CATEGORIES=	mail net pear
 MAINTAINER=	ports at 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>


More information about the svn-ports-head mailing list