aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-19 17:15:33 +0800
committerale <ale@FreeBSD.org>2004-07-19 17:15:33 +0800
commitc2329552b30ac07db7544aab0fd83a45e65b5669 (patch)
treeeae62625c693270db280f6c02894d82031811edf /net
parent78a8559612a03bd6f85f2b3dca6d123e562c0396 (diff)
downloadfreebsd-ports-gnome-c2329552b30ac07db7544aab0fd83a45e65b5669.tar.gz
freebsd-ports-gnome-c2329552b30ac07db7544aab0fd83a45e65b5669.tar.zst
freebsd-ports-gnome-c2329552b30ac07db7544aab0fd83a45e65b5669.zip
Add a new shared extension for PHP.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/php5-ldap/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 5fcbbdab74d2..74b508071f51 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -518,6 +518,7 @@
SUBDIR += php4-xmlrpc
SUBDIR += php4-yp
SUBDIR += php5-ldap
+ SUBDIR += php5-soap
SUBDIR += phpldapadmin
SUBDIR += pim6dd
SUBDIR += pim6sd
diff --git a/net/php5-ldap/Makefile b/net/php5-ldap/Makefile
new file mode 100644
index 000000000000..19a2d294f7b9
--- /dev/null
+++ b/net/php5-ldap/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-ldap
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= net
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -ldap
+
+.include "${MASTERDIR}/Makefile"