freebsd-ports/www/pear-Services_Amazon/Makefile
2014-09-26 09:30:02 +00:00

18 lines
546 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Services_Amazon
PORTVERSION= 0.9.0
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to Amazon Product Advertising API
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
USES= pear
.include <bsd.port.mk>