diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:24:34 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:24:34 +0000 |
commit | 8b6a7404f65ac4af29c86ffef4b8c86b152b1fea (patch) | |
tree | c74fa7927ba3afd3509b60d1aa4dbab016963daf /net | |
parent | 6dde3a5ac384d6e6b68cfd0ce01c496e46b898e9 (diff) |
Add a new shared extension for PHP.
Notes
Notes:
svn path=/head/; revision=114051
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/php4-ldap/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 2b2abd293a54..d19a972159e5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -514,6 +514,7 @@ SUBDIR += pfinger SUBDIR += phex SUBDIR += php4-ldap + SUBDIR += php4-sockets SUBDIR += phpldapadmin SUBDIR += pim6dd SUBDIR += pim6sd 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" |