Date: Wed, 18 Mar 2015 13:04:49 +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: r381545 - head/mail/pear-Net_IMAP Message-ID: <201503181304.t2ID4nJu061704@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503181304.t2ID4nJu061704>