diff options
author | ale <ale@FreeBSD.org> | 2014-09-04 22:24:25 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-09-04 22:24:25 +0800 |
commit | 4537a4881b0b6d73e3ae464f01f8c34a0f0f6981 (patch) | |
tree | 65444edf752ebaf49e944ea49c7e7dad35e1de9a /archivers/php56-zip | |
parent | bd99065cd762559478878408c8a5e4cadb54faa1 (diff) | |
download | freebsd-ports-gnome-4537a4881b0b6d73e3ae464f01f8c34a0f0f6981.tar.gz freebsd-ports-gnome-4537a4881b0b6d73e3ae464f01f8c34a0f0f6981.tar.zst freebsd-ports-gnome-4537a4881b0b6d73e3ae464f01f8c34a0f0f6981.zip |
Import PHP 5.6 branch!
Diffstat (limited to 'archivers/php56-zip')
-rw-r--r-- | archivers/php56-zip/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/php56-zip/Makefile b/archivers/php56-zip/Makefile new file mode 100644 index 000000000000..cc86586ec95f --- /dev/null +++ b/archivers/php56-zip/Makefile @@ -0,0 +1,10 @@ +# Created by: Alex Dupre <ale@FreeBSD.org> +# $FreeBSD$ + +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php56 + +PKGNAMESUFFIX= -zip + +.include "${MASTERDIR}/Makefile" |