diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-24 12:18:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-24 12:18:31 +0000 |
commit | 17383aca8f6446fde4e6d3b84bc698218da1eff9 (patch) | |
tree | a095f3adfac4551223dcbcfc3fe26c3d26ccb70d /net/pear-XML_RPC | |
parent | c8d93d036e2680a05dbe9c22d19f656b7816ff27 (diff) | |
download | ports-17383aca8f6446fde4e6d3b84bc698218da1eff9.tar.gz ports-17383aca8f6446fde4e6d3b84bc698218da1eff9.zip |
- Unbreak build is fine with the last devel/pear commit.
- Take maintainership
Notes
Notes:
svn path=/head/; revision=194176
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 \ |