From c2329552b30ac07db7544aab0fd83a45e65b5669 Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 19 Jul 2004 09:15:33 +0000 Subject: Add a new shared extension for PHP. --- net/Makefile | 1 + net/php5-ldap/Makefile | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 net/php5-ldap/Makefile (limited to 'net') 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 +# +# $FreeBSD$ +# + +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -ldap + +.include "${MASTERDIR}/Makefile" -- cgit