summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/php52-ldap/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 5ca10d751dc7..c92bf7a61e9f 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -770,6 +770,7 @@
SUBDIR += php5-soap
SUBDIR += php5-sockets
SUBDIR += php5-xmlrpc
+ SUBDIR += php52-ldap
SUBDIR += phpldapadmin
SUBDIR += phpldapadmin098
SUBDIR += pimdd
diff --git a/net/php52-ldap/Makefile b/net/php52-ldap/Makefile
new file mode 100644
index 000000000000..42bef023fe49
--- /dev/null
+++ b/net/php52-ldap/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-ldap
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= net
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -ldap
+
+.include "${MASTERDIR}/Makefile"