freebsd-ports/net/pear-XML_RPC2/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

21 lines
504 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= XML_RPC2
PORTVERSION= 1.1.2
CATEGORIES= net devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= XML-RPC client/server library
LICENSE= PHP301
BUILD_DEPENDS= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite \
${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
RUN_DEPENDS= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite \
${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
USE_PHP= curl
USES= pear
.include <bsd.port.mk>