diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 09:15:33 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 09:15:33 +0000 |
commit | c2329552b30ac07db7544aab0fd83a45e65b5669 (patch) | |
tree | eae62625c693270db280f6c02894d82031811edf /net | |
parent | 78a8559612a03bd6f85f2b3dca6d123e562c0396 (diff) | |
download | FreeBSD-ports-c2329552b30ac07db7544aab0fd83a45e65b5669.zip FreeBSD-ports-c2329552b30ac07db7544aab0fd83a45e65b5669.tar.gz |
Add a new shared extension for PHP.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/php5-ldap/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 5fcbbda..74b5080 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 0000000..19a2d29 --- /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" |