diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-08-06 12:12:14 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-08-06 12:12:14 +0000 |
commit | cfe16e6ca05b6f047378905f0d84a453bc859df5 (patch) | |
tree | 20634a79fe2e262557bbfca7336b882deee3cfd5 /net/pear-XML_RPC2 | |
parent | 4cf26145e811004354ddafc2fb07fb6f81845e5c (diff) |
Notes
Diffstat (limited to 'net/pear-XML_RPC2')
-rw-r--r-- | net/pear-XML_RPC2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/pear-XML_RPC2/Makefile b/net/pear-XML_RPC2/Makefile index 984393e5f819..0185db99486d 100644 --- a/net/pear-XML_RPC2/Makefile +++ b/net/pear-XML_RPC2/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML_RPC PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= net devel pear MAINTAINER= miwi@FreeBSD.org @@ -15,6 +16,8 @@ COMMENT= PHP implementation of the XML-RPC protocol BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} +USE_PHP= xml + CATEGORY= XML FILES= RPC.php RPC/Server.php RPC/Dump.php TESTS= allgot.inc empty-value-struct.php empty-value.php \ |