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 /net/php5-sockets | |
parent | 9907625b1b022374fdcde2b8ddae6b4865784ef4 (diff) | |
download | ports-662e829252acaca8e442c8a4f7a8c76cafd29677.tar.gz ports-662e829252acaca8e442c8a4f7a8c76cafd29677.zip |
Notes
Diffstat (limited to 'net/php5-sockets')
-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" |