2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2007-02-09 10:11:09 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2008-10-12 13:37:04 +02:00
|
|
|
PORTNAME= XML_RPC2
|
2016-08-19 04:52:24 +02:00
|
|
|
PORTVERSION= 1.1.3
|
2007-02-09 10:11:09 +01:00
|
|
|
CATEGORIES= net devel pear
|
|
|
|
|
2016-11-04 08:50:45 +01:00
|
|
|
MAINTAINER= joneum@bsdproject.de
|
2008-10-12 13:37:04 +02:00
|
|
|
COMMENT= XML-RPC client/server library
|
2007-02-09 10:11:09 +01:00
|
|
|
|
2014-04-25 14:12:19 +02:00
|
|
|
LICENSE= PHP301
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
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
|
2007-02-09 10:11:09 +01:00
|
|
|
|
2008-10-12 13:37:04 +02:00
|
|
|
USE_PHP= curl
|
2014-09-23 18:57:57 +02:00
|
|
|
USES= pear
|
2007-08-06 14:12:14 +02:00
|
|
|
|
2014-09-23 18:57:57 +02:00
|
|
|
.include <bsd.port.mk>
|