diff options
author | chinsan <chinsan@FreeBSD.org> | 2007-08-06 20:12:14 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2007-08-06 20:12:14 +0800 |
commit | e89490477ea7e2100634839d46f5150dda44fcd0 (patch) | |
tree | e323b67a1cd7e45ad7aea60be3549d0f509005c7 /net/pear-XML_RPC2 | |
parent | 5396a5a8874b13b240e54f68bbec8cfe0c42543c (diff) | |
download | freebsd-ports-graphics-e89490477ea7e2100634839d46f5150dda44fcd0.tar.gz freebsd-ports-graphics-e89490477ea7e2100634839d46f5150dda44fcd0.tar.zst freebsd-ports-graphics-e89490477ea7e2100634839d46f5150dda44fcd0.zip |
- Add the missing php extension (xml).
PR: ports/115207
Submitted by: chinsan
Approved by: miwi (maintainer), rafan (mentor, implicit)
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 984393e5f81..0185db99486 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 \ |