diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:16:28 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:16:28 +0000 |
commit | 662e829252acaca8e442c8a4f7a8c76cafd29677 (patch) | |
tree | 93630902a85f5818c4ced0219d05ae7242fad417 | |
parent | 9907625b1b022374fdcde2b8ddae6b4865784ef4 (diff) | |
download | ports-662e829252acaca8e442c8a4f7a8c76cafd29677.tar.gz ports-662e829252acaca8e442c8a4f7a8c76cafd29677.zip |
Notes
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/php5-sockets/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 02c50aa906d2..b2096d4e9950 100644 --- a/net/Makefile +++ b/net/Makefile @@ -520,6 +520,7 @@ SUBDIR += php5-ldap SUBDIR += php5-soap SUBDIR += php5-sockets + SUBDIR += php5-xmlrpc SUBDIR += phpldapadmin SUBDIR += pim6dd SUBDIR += pim6sd diff --git a/net/php5-sockets/Makefile b/net/php5-sockets/Makefile new file mode 100644 index 000000000000..2b378645d0d9 --- /dev/null +++ b/net/php5-sockets/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-sockets +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -sockets + +.include "${MASTERDIR}/Makefile" |