Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2015 13:04:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381546 - head/mail/pear-Net_LMTP
Message-ID:  <201503181304.t2ID4tvH061815@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503181304.t2ID4tvH061815>