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