aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-04-24 07:46:14 +0800
committerdinoex <dinoex@FreeBSD.org>2010-04-24 07:46:14 +0800
commit2cd776789fe0f98bb8dd25d66bbae2bd652a5715 (patch)
treea2b022caab26582dfcd440df523027c90b8e3f7d /net
parent2f45c4adf1bd5b377f01fc831b5ccbbf0272795d (diff)
downloadfreebsd-ports-gnome-2cd776789fe0f98bb8dd25d66bbae2bd652a5715.tar.gz
freebsd-ports-gnome-2cd776789fe0f98bb8dd25d66bbae2bd652a5715.tar.zst
freebsd-ports-gnome-2cd776789fe0f98bb8dd25d66bbae2bd652a5715.zip
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/php52-xmlrpc/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 4966ab518475..2c39c16fcfe4 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -773,6 +773,7 @@
SUBDIR += php52-ldap
SUBDIR += php52-soap
SUBDIR += php52-sockets
+ SUBDIR += php52-xmlrpc
SUBDIR += phpldapadmin
SUBDIR += phpldapadmin098
SUBDIR += pimdd
diff --git a/net/php52-xmlrpc/Makefile b/net/php52-xmlrpc/Makefile
new file mode 100644
index 000000000000..46fc5a3cf531
--- /dev/null
+++ b/net/php52-xmlrpc/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-xmlrpc
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= net
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -xmlrpc
+
+.include "${MASTERDIR}/Makefile"