Tweak deskutils/just version 1.5.0
[dports.git] / www / pear-Services_Delicious / Makefile
1 PORTNAME=       Services_Delicious
2 PORTVERSION=    0.6.0
3 CATEGORIES=     www pear
4
5 MAINTAINER=     sunpoet@FreeBSD.org
6 COMMENT=        PEAR Client for the del.icio.us web service
7 WWW=            https://pear.php.net/package/Services_Delicious
8
9 BUILD_DEPENDS=  ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} \
10                 ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
11 RUN_DEPENDS=    ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} \
12                 ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
13
14 USES=           dos2unix pear php
15 USE_PHP=        openssl
16
17 .include <bsd.port.mk>