freebsd-ports/net/pear-XML_RPC2/Makefile

22 lines
508 B
Makefile
Raw Normal View History

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= XML_RPC2
2016-08-19 04:52:24 +02:00
PORTVERSION= 1.1.3
CATEGORIES= net devel pear
MAINTAINER= joneum@bsdproject.de
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
2014-09-23 18:57:57 +02:00
USES= pear
2014-09-23 18:57:57 +02:00
.include <bsd.port.mk>