# Created by: Wen Heping # $FreeBSD$ PORTNAME= Services_Amazon_S3 PORTVERSION= 0.4.0 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 \ ${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 \ ${PEARDIR}/Crypt/HMAC2.php:${PORTSDIR}/security/pear-Crypt_HMAC2 USE_PHP= spl PEAR_AUTOINSTALL= yes NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include