aboutsummaryrefslogtreecommitdiff
path: root/net/pear-XML_RPC/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-10-27 14:10:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-10-27 14:10:21 +0000
commit49f39ecd212ae1d0471f9b2b88b4409465935388 (patch)
tree062bbc69ce8c50062a4e69d3fd5ea6c0d8a02e3f /net/pear-XML_RPC/Makefile
parenta780ddec3f6b3468919665479691911d52f93aca (diff)
downloadports-49f39ecd212ae1d0471f9b2b88b4409465935388.tar.gz
ports-49f39ecd212ae1d0471f9b2b88b4409465935388.zip
- Update to 1.5.5
Notes
Notes: svn path=/head/; revision=284443
Diffstat (limited to 'net/pear-XML_RPC/Makefile')
-rw-r--r--net/pear-XML_RPC/Makefile11
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"