diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-27 14:10:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-27 14:10:21 +0000 |
commit | 49f39ecd212ae1d0471f9b2b88b4409465935388 (patch) | |
tree | 062bbc69ce8c50062a4e69d3fd5ea6c0d8a02e3f /net/pear-XML_RPC/Makefile | |
parent | a780ddec3f6b3468919665479691911d52f93aca (diff) |
Notes
Diffstat (limited to 'net/pear-XML_RPC/Makefile')
-rw-r--r-- | net/pear-XML_RPC/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net/pear-XML_RPC/Makefile b/net/pear-XML_RPC/Makefile index fd7b9f63f44e..e2fb0c78b133 100644 --- a/net/pear-XML_RPC/Makefile +++ b/net/pear-XML_RPC/Makefile @@ -6,22 +6,17 @@ # PORTNAME= XML_RPC -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5 CATEGORIES= net devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= PHP implementation of the XML-RPC protocol BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear USE_PHP= xml - -PEAR_CATSRC= yes -CATEGORY= XML -FILES= RPC.php RPC/Server.php RPC/Dump.php -TESTS= allgot.inc empty-value-struct.php empty-value.php \ - extra-lines.php protoport.php test_Dump.php types.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |