View | Details | Raw Unified | Return to bug 94699
Collapse All | Expand All

(-)pecl-zip/Makefile (-5 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	zip
8
PORTNAME=	zip
9
PORTVERSION=	1.0
9
PORTVERSION=	1.2.1
10
CATEGORIES=	archivers pear
10
CATEGORIES=	archivers pear
11
MASTER_SITES=	http://pecl.php.net/get/
11
MASTER_SITES=	http://pecl.php.net/get/
12
PKGNAMEPREFIX=	pecl-
12
PKGNAMEPREFIX=	pecl-
Lines 14-26 Link Here
14
DIST_SUBDIR=	PECL
14
DIST_SUBDIR=	PECL
15
15
16
MAINTAINER=	ale@FreeBSD.org
16
MAINTAINER=	ale@FreeBSD.org
17
COMMENT=	A PECL extension to read zip files
17
COMMENT=	A PECL extension to create and read zip files
18
19
LIB_DEPENDS=	zzip.10:${PORTSDIR}/devel/zziplib
20
18
21
USE_PHP=	yes
19
USE_PHP=	yes
22
USE_PHPEXT=	yes
20
USE_PHPEXT=	yes
23
21
24
CONFIGURE_ARGS=	--with-zip=${LOCALBASE}
22
CONFIGURE_ARGS=	--with-zip=${LOCALBASE} --with-zlib=/usr
25
23
26
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)pecl-zip/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (PECL/zip-1.0.tgz) = 255203b19e46c0512e6ab3780ba2d2e5
1
MD5 (PECL/zip-1.2.1.tgz) = e8c87e8939dcdf98ad34b285aebe5600
2
SHA256 (PECL/zip-1.0.tgz) = 0375e17b012c04dc204e5d2a857882cd6d9fb9b3a09ea3d165ba3ce8c9e2533b
2
SIZE (PECL/zip-1.2.1.tgz) = 39291
3
SIZE (PECL/zip-1.0.tgz) = 4930
(-)pecl-zip/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Zip is an extension to read zip files.
1
Zip is an extension to create and read zip files.
2
2
3
WWW: http://pecl.php.net/package/zip/
3
WWW: http://pecl.php.net/package/zip/

Return to bug 94699