diff options
Diffstat (limited to 'sysutils/php53-posix/Makefile')
-rw-r--r-- | sysutils/php53-posix/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/php53-posix/Makefile b/sysutils/php53-posix/Makefile new file mode 100644 index 00000000000..5c4c83eb95d --- /dev/null +++ b/sysutils/php53-posix/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-posix +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= sysutils + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -posix + +.include "${MASTERDIR}/Makefile" |