summaryrefslogtreecommitdiff
path: root/www/pear-Services_Delicious/Makefile
blob: 507de49e0543f5425153af45740b7485fa6aca0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: chinsan <chisnan.tw@gmail.com>
# $FreeBSD$

PORTNAME=	Services_Delicious
PORTVERSION=	0.6.0
CATEGORIES=	www pear

MAINTAINER=	ports@FreeBSD.org
COMMENT=	PEAR Client for the del.icio.us web service

BUILD_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer \
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
RUN_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer \
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request

USES=		dos2unix pear
USE_PHP=	openssl

.include <bsd.port.mk>