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_HMAC2 | |
parent | 3e566dc59013cd5a8f50ca845c296fc562148fbb (diff) | |
download | ports-b34b62504270f2292763071ad4b569292d128eab.tar.gz ports-b34b62504270f2292763071ad4b569292d128eab.zip |
Notes
Diffstat (limited to 'security/pear-Crypt_HMAC2')
-rw-r--r-- | security/pear-Crypt_HMAC2/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/security/pear-Crypt_HMAC2/Makefile b/security/pear-Crypt_HMAC2/Makefile index 8b2ab8295f40..91d204ca35e4 100644 --- a/security/pear-Crypt_HMAC2/Makefile +++ b/security/pear-Crypt_HMAC2/Makefile @@ -8,11 +8,6 @@ CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= Implementation of Hashed Message Authentication Code for PHP5 -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |