1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/www/pear-Services_Delicious/Makefile
Martin Wilke 8ef3a9869d - Convert to PEAR_AUTOINSTALL
- Trim header
2013-03-17 15:28:55 +00:00

25 lines
761 B
Makefile

# Created by: 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= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
USE_DOS2UNIX= yes
USE_PHP= openssl
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>