Add php5 zip extension.

This commit is contained in:
Alex Dupre 2008-12-11 08:50:00 +00:00
parent 4ff4f50872
commit 39dda2a463
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224094
2 changed files with 15 additions and 0 deletions

View File

@ -115,6 +115,7 @@
SUBDIR += php4-bz2
SUBDIR += php4-zlib
SUBDIR += php5-bz2
SUBDIR += php5-zip
SUBDIR += php5-zlib
SUBDIR += pigz
SUBDIR += ppmd

View File

@ -0,0 +1,14 @@
# New ports collection makefile for: php5-zip
# Date created: 10 Dec 2008
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php5
PKGNAMESUFFIX= -zip
.include "${MASTERDIR}/Makefile"