diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-04-24 06:34:59 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-04-24 06:34:59 +0800 |
commit | d72ae022370210f738a9c795c65b9bc248141b7f (patch) | |
tree | 89cb6fdd37574364a81cf4c194c5014b8f6d6692 /archivers/php52-zip | |
parent | d57a1ee01718ef5b28c4f56618bca315caf278c8 (diff) | |
download | freebsd-ports-gnome-d72ae022370210f738a9c795c65b9bc248141b7f.tar.gz freebsd-ports-gnome-d72ae022370210f738a9c795c65b9bc248141b7f.tar.zst freebsd-ports-gnome-d72ae022370210f738a9c795c65b9bc248141b7f.zip |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
Diffstat (limited to 'archivers/php52-zip')
-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 000000000000..569118731a28 --- /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" |