diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/php4-sockets/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index d19a972159e5..7e0b7963edf0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -515,6 +515,7 @@ SUBDIR += phex SUBDIR += php4-ldap SUBDIR += php4-sockets + SUBDIR += php4-xmlrpc SUBDIR += phpldapadmin SUBDIR += pim6dd SUBDIR += pim6sd diff --git a/net/php4-sockets/Makefile b/net/php4-sockets/Makefile new file mode 100644 index 000000000000..ae4af4045243 --- /dev/null +++ b/net/php4-sockets/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-sockets +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -sockets + +.include "${MASTERDIR}/Makefile" |