diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:30:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:30:02 +0000 |
commit | 7c3cd5aa8f48eb6417f04768ac1eac962e09d24c (patch) | |
tree | 8a4277862b7080757d8345c99de7dceaa80c7220 /www/pear-Services_Amazon_S3 | |
parent | 0e95e4a0d74769d80aff820f5c5acf9ed16fdf06 (diff) |
Notes
Diffstat (limited to 'www/pear-Services_Amazon_S3')
-rw-r--r-- | www/pear-Services_Amazon_S3/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/www/pear-Services_Amazon_S3/Makefile b/www/pear-Services_Amazon_S3/Makefile index 2a9e7954367a..0989c8218fc7 100644 --- a/www/pear-Services_Amazon_S3/Makefile +++ b/www/pear-Services_Amazon_S3/Makefile @@ -8,16 +8,12 @@ CATEGORIES= www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PHP API for Amazon S3 (Simple Storage Service) -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \ +BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \ ${PEARDIR}/Crypt/HMAC2.php:${PORTSDIR}/security/pear-Crypt_HMAC2 -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \ +RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \ ${PEARDIR}/Crypt/HMAC2.php:${PORTSDIR}/security/pear-Crypt_HMAC2 USE_PHP= spl -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |