blob: 3cbadab07e2ea2a184162f11483b0fe34ecd3528 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= XML_RPC2
PORTVERSION= 1.1.5
CATEGORIES= net devel pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= XML-RPC client/server library
WWW= https://pear.php.net/package/XML_RPC2
LICENSE= PHP301
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Cache_Lite>=1.6.0,1:sysutils/pear-Cache_Lite@${PHP_FLAVOR} \
${PEAR_PKGNAMEPREFIX}HTTP_Request2>=2.0.0,1:www/pear-HTTP_Request2@${PHP_FLAVOR}
USES= pear
USE_PHP= curl
NO_ARCH= yes
.include <bsd.port.mk>
|