blob: 0989c8218fc7f24fd7c79e0aea6656880da6b264 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Wen Heping <wen@FreeBSD.org>
# $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}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \
${PEARDIR}/Crypt/HMAC2.php:${PORTSDIR}/security/pear-Crypt_HMAC2
RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 \
${PEARDIR}/Crypt/HMAC2.php:${PORTSDIR}/security/pear-Crypt_HMAC2
USE_PHP= spl
USES= pear
.include <bsd.port.mk>
|