diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-24 20:18:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-24 20:18:31 +0800 |
commit | 598d76704979d65788deb97e99ae45c57a5381d3 (patch) | |
tree | 569ad5fd1b58ba71032a7520e873200631c511bc /net/pear-XML_RPC | |
parent | 075329afadaa3b94496484de23ad9d68c33cdd58 (diff) | |
download | freebsd-ports-gnome-598d76704979d65788deb97e99ae45c57a5381d3.tar.gz freebsd-ports-gnome-598d76704979d65788deb97e99ae45c57a5381d3.tar.zst freebsd-ports-gnome-598d76704979d65788deb97e99ae45c57a5381d3.zip |
- Unbreak build is fine with the last devel/pear commit.
- Take maintainership
Diffstat (limited to 'net/pear-XML_RPC')
-rw-r--r-- | net/pear-XML_RPC/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/pear-XML_RPC/Makefile b/net/pear-XML_RPC/Makefile index d3b83ad412d2..984393e5f819 100644 --- a/net/pear-XML_RPC/Makefile +++ b/net/pear-XML_RPC/Makefile @@ -9,14 +9,12 @@ PORTNAME= XML_RPC PORTVERSION= 1.5.1 CATEGORIES= net devel pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PHP implementation of the XML-RPC protocol BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Incomplete pkg-plist - CATEGORY= XML FILES= RPC.php RPC/Server.php RPC/Dump.php TESTS= allgot.inc empty-value-struct.php empty-value.php \ |