blob: 35c64af92acdbe65a052a07c22e76918938b403a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $FreeBSD$
PORTNAME= Horde_Compress
PORTVERSION= 2.2.3
CATEGORIES= archivers www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Compression API
OPTIONS_DEFAULT= ZLIB
OPTIONS_DEFINE= ZLIB
ZLIB_DESC= Depend on PHP zlib extension
USES= horde
USE_HORDE_RUN= Horde_Exception \
Horde_Translation \
Horde_Util \
Horde_Stream_Filter
ZLIB_USES= php
ZLIB_USE= PHP=zlib
.include <bsd.port.mk>
|