diff options
Diffstat (limited to 'net/php5-sockets/Makefile')
-rw-r--r-- | net/php5-sockets/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
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" |