diff options
Diffstat (limited to 'archivers/php52-zip/Makefile')
-rw-r--r-- | archivers/php52-zip/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/php52-zip/Makefile b/archivers/php52-zip/Makefile new file mode 100644 index 00000000000..569118731a2 --- /dev/null +++ b/archivers/php52-zip/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-zip +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -zip + +.include "${MASTERDIR}/Makefile" |