diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 08:24:34 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 08:24:34 +0000 |
commit | 869f3fb750aa7f5354b7bb686ff80c996823c2a9 (patch) | |
tree | e2ccc123d2ee64e90f839fe90ff49eca09ce473c /net | |
parent | 26520d909782ea276ce936e3ad42bc05e1dbca1a (diff) | |
download | FreeBSD-ports-869f3fb750aa7f5354b7bb686ff80c996823c2a9.zip FreeBSD-ports-869f3fb750aa7f5354b7bb686ff80c996823c2a9.tar.gz |
Add a new shared extension for PHP.
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 2b2abd2..d19a972 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 0000000..6418135 --- /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" |