svn commit: r381546 - head/mail/pear-Net_LMTP

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


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

Log:
  - Add LICENSE

Modified:
  head/mail/pear-Net_LMTP/Makefile

Modified: head/mail/pear-Net_LMTP/Makefile
==============================================================================
--- head/mail/pear-Net_LMTP/Makefile	Wed Mar 18 13:04:48 2015	(r381545)
+++ head/mail/pear-Net_LMTP/Makefile	Wed Mar 18 13:04:54 2015	(r381546)
@@ -8,9 +8,11 @@ CATEGORIES=	mail www pear
 MAINTAINER=	ports at 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>


More information about the svn-ports-head mailing list