diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:15:33 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:15:33 +0000 |
commit | d7d0ad0dc81aa2d314d6470fd553f385f7475c6b (patch) | |
tree | 3b82f7825c6cc5086827d445da94520e7976acde /net/php5-ldap | |
parent | e2af8a430c4256b816904869307a932de6cedcab (diff) |
Add a new shared extension for PHP.
Notes
Notes:
svn path=/head/; revision=114149
Diffstat (limited to 'net/php5-ldap')
-rw-r--r-- | net/php5-ldap/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
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" |