diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-24 00:57:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-24 00:57:57 +0800 |
commit | 45269bddf7c62fc4b74aa0fce445877de8ef4342 (patch) | |
tree | 997b7cb143dd4821898035e60507aa663169febd /net/pear-Net_SMTP | |
parent | c8129f8bd57a08c2c5f8f0a9e386d211a44e53fd (diff) | |
download | freebsd-ports-gnome-45269bddf7c62fc4b74aa0fce445877de8ef4342.tar.gz freebsd-ports-gnome-45269bddf7c62fc4b74aa0fce445877de8ef4342.tar.zst freebsd-ports-gnome-45269bddf7c62fc4b74aa0fce445877de8ef4342.zip |
Convert to USES=pear
Diffstat (limited to 'net/pear-Net_SMTP')
-rw-r--r-- | net/pear-Net_SMTP/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/net/pear-Net_SMTP/Makefile b/net/pear-Net_SMTP/Makefile index 81d4b7f93814..4f7b78684a15 100644 --- a/net/pear-Net_SMTP/Makefile +++ b/net/pear-Net_SMTP/Makefile @@ -9,19 +9,13 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class that provides an implementation of the SMTP protocol BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket + +USES= pear -LATEST_LINK= pear-Net_SMTP OPTIONS_DEFINE= PEAR_AUTH_SASL PEAR_AUTH_SASL_DESC= PEAR::Auth_SASL support -PEAR_AUTOINSTALL= yes - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MPEAR_AUTH_SASL} -BUILD_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL -.endif +PEAR_AUTH_SASL_BUILD_DEPENDS= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.mk> |