summaryrefslogtreecommitdiff
path: root/net/pear-XML_RPC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pear-XML_RPC/Makefile')
-rw-r--r--net/pear-XML_RPC/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/net/pear-XML_RPC/Makefile b/net/pear-XML_RPC/Makefile
new file mode 100644
index 000000000000..e51b87b2c58f
--- /dev/null
+++ b/net/pear-XML_RPC/Makefile
@@ -0,0 +1,29 @@
+# Ports collection makefile for: pear-XML_RPC
+# Date created: 7 Feb 2007
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML_RPC
+PORTVERSION= 1.5.1
+CATEGORIES= net devel pear
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= PHP implementation of the XML-RPC protocol
+
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+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
+
+post-extract:
+ @${MKDIR} ${WRKSRC}/RPC
+ @${MV} ${WRKSRC}/Server.php ${WRKSRC}/Dump.php ${WRKSRC}/RPC
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>