aboutsummaryrefslogtreecommitdiffstats
path: root/net/php4-ldap
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-19 16:24:34 +0800
committerale <ale@FreeBSD.org>2004-07-19 16:24:34 +0800
commit869f3fb750aa7f5354b7bb686ff80c996823c2a9 (patch)
treee2ccc123d2ee64e90f839fe90ff49eca09ce473c /net/php4-ldap
parent26520d909782ea276ce936e3ad42bc05e1dbca1a (diff)
downloadfreebsd-ports-gnome-869f3fb750aa7f5354b7bb686ff80c996823c2a9.tar.gz
freebsd-ports-gnome-869f3fb750aa7f5354b7bb686ff80c996823c2a9.tar.zst
freebsd-ports-gnome-869f3fb750aa7f5354b7bb686ff80c996823c2a9.zip
Add a new shared extension for PHP.
Diffstat (limited to 'net/php4-ldap')
-rw-r--r--net/php4-ldap/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/php4-ldap/Makefile b/net/php4-ldap/Makefile
new file mode 100644
index 000000000000..64181353e520
--- /dev/null
+++ b/net/php4-ldap/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-ldap
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= net
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -ldap
+
+.include "${MASTERDIR}/Makefile"