freebsd-ports/www/pear-Services_Delicious/Makefile

25 lines
759 B
Makefile
Raw Normal View History

# Created by: chinsan <chisnan.tw@gmail.com>
# $FreeBSD$
PORTNAME= Services_Delicious
2010-11-04 11:02:04 +01:00
PORTVERSION= 0.6.0
CATEGORIES= www pear
2008-09-08 02:22:00 +02:00
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR Client for the del.icio.us web service
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
USES= dos2unix
USE_PHP= openssl
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>