1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/archivers/pecl-zip/Makefile
Alex Dupre 6a5dbad82f Some cleanup:
* Update comment to reflect that this is a php4 only port.
* Update IGNORE_WITH_PHP to mark as IGNORE= with php 5.2.
* Remove MD5 line from distinfo
* Add LICENSE

PR:		ports/152902
Submitted by:	Tom Judge <tom@tomjudge.com>
2010-12-14 15:09:00 +00:00

30 lines
567 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 (PHP 4 only)
LICENSE= PHP301
USE_PHP= pcre
USE_PHP_BUILD= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=4
IGNORE_WITH_PHP=5 52
CONFIGURE_ARGS= --enable-zip --with-zlib-dir=/usr
.include <bsd.port.mk>