freebsd-ports/archivers/pecl-zip/Makefile
Alex Dupre da2f456ebd Mark it php4-only.
Approved by:	maintainer
2008-12-11 08:59:26 +00:00

27 lines
534 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.9.0
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= pcre
USE_PHP_BUILD= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=4
IGNORE_WITH_PHP=5
CONFIGURE_ARGS= --enable-zip --with-zlib-dir=/usr
.include <bsd.port.mk>