2013-03-17 16:28:55 +01:00
|
|
|
# Created by: chinsan <chisnan.tw@gmail.com>
|
2006-08-05 12:16:12 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Services_Delicious
|
2010-11-04 11:02:04 +01:00
|
|
|
PORTVERSION= 0.6.0
|
2006-08-05 12:16:12 +02:00
|
|
|
CATEGORIES= www pear
|
|
|
|
|
2008-09-08 02:22:00 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2006-08-05 12:16:12 +02:00
|
|
|
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
|
2013-03-17 09:27:46 +01:00
|
|
|
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
|
2006-08-05 12:16:12 +02:00
|
|
|
|
2014-05-26 11:24:47 +02:00
|
|
|
USES= dos2unix
|
2007-08-05 04:57:50 +02:00
|
|
|
USE_PHP= openssl
|
2013-03-17 09:27:46 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2006-08-05 12:16:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|