diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:05:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:05:59 +0000 |
commit | b34b62504270f2292763071ad4b569292d128eab (patch) | |
tree | bd48bdb15c434819e5cee08284fec6bc335e2120 /security/pear-Crypt_Blowfish | |
parent | 3e566dc59013cd5a8f50ca845c296fc562148fbb (diff) | |
download | ports-b34b62504270f2292763071ad4b569292d128eab.tar.gz ports-b34b62504270f2292763071ad4b569292d128eab.zip |
Notes
Diffstat (limited to 'security/pear-Crypt_Blowfish')
-rw-r--r-- | security/pear-Crypt_Blowfish/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/security/pear-Crypt_Blowfish/Makefile b/security/pear-Crypt_Blowfish/Makefile index d29f14f68b0b..fc6ca608cc63 100644 --- a/security/pear-Crypt_Blowfish/Makefile +++ b/security/pear-Crypt_Blowfish/Makefile @@ -9,14 +9,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/} MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for blowfish encryption -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes +OPTIONS_DEFINE= MCRYPT +MCRYPT_DESC= Additional MCrypt PHP support -.if defined(WITH_PHP_MCRYPT) -USE_PHP=mcrypt -.endif +MCRYPT_USE= PHP=mcrypt pre-fetch: @${ECHO_CMD} "" @@ -29,6 +27,4 @@ post-patch: @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file} .endfor -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |