Index: head/mail/pear-Net_IMAP/Makefile =================================================================== --- head/mail/pear-Net_IMAP/Makefile (revision 381544) +++ head/mail/pear-Net_IMAP/Makefile (revision 381545) @@ -1,18 +1,19 @@ # Created by: Attila Nagy # $FreeBSD$ PORTNAME= Net_IMAP PORTVERSION= 1.1.3 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