c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
30 lines
819 B
Makefile
30 lines
819 B
Makefile
# Ports collection makefile for: pear-Services_Delicious
|
|
# Date created: 2006/08/03
|
|
# Whom: chinsan <chisnan.tw@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Services_Delicious
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= www pear
|
|
|
|
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:= ${BUILD_DEPENDS}
|
|
|
|
USE_DOS2UNIX= yes
|
|
USE_PHP= openssl
|
|
|
|
FILES= Services/Delicious.php
|
|
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>
|