2006-08-05 12:16:12 +02:00
|
|
|
# Ports collection makefile for: pear-Services_Delicious
|
|
|
|
# Date created: 2006/08/03
|
|
|
|
# Whom: chinsan <chisnan.tw@gmail.com>
|
|
|
|
#
|
|
|
|
# $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
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-08-05 12:16:12 +02:00
|
|
|
|
|
|
|
USE_DOS2UNIX= yes
|
2007-08-05 04:57:50 +02:00
|
|
|
USE_PHP= openssl
|
2006-08-05 12:16:12 +02:00
|
|
|
|
2010-11-04 11:02:04 +01:00
|
|
|
FILES= Services/Delicious.php
|
2006-08-05 12:16:12 +02:00
|
|
|
EXAMPLES= addPost.php config.php deletePost.php getDates.php getPosts.php \
|
|
|
|
getTags.php renameTag.php
|
|
|
|
DOCS= api.txt
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|