freebsd-ports/archivers/pecl-zip/Makefile
Alex Dupre ceaba813eb Update to 1.2.1 release.
PR:		ports/94699
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2006-03-19 20:08:31 +00:00

24 lines
478 B
Makefile

# New ports collection makefile for: pecl-zip
# Date created: 9 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= zip
PORTVERSION= 1.2.1
CATEGORIES= archivers pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ale@FreeBSD.org
COMMENT= A PECL extension to create and read zip files
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-zip --with-zlib-dir=/usr
.include <bsd.port.mk>