# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_0_0/www/pear-Services_Amazon_S3/Makefile 412351 2016-04-01 14:33:55Z mat $

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:www/pear-HTTP_Request2 \
		${PEARDIR}/Crypt/HMAC2.php:security/pear-Crypt_HMAC2
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2 \
		${PEARDIR}/Crypt/HMAC2.php:security/pear-Crypt_HMAC2

USE_PHP=	spl
USES=	pear

.include <bsd.port.mk>
