mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
a5a2d20ae3
PR: ports/108407 Submitted by: chinsan
26 lines
498 B
Makefile
26 lines
498 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
|
|
|
|
CONFIGURE_ARGS= --enable-zip --with-zlib-dir=/usr
|
|
|
|
.include <bsd.port.mk>
|