blob: df46913f36251a744c7d56c1657472a81a23fa49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= Horde_Compress
PORTVERSION= 2.2.4
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 cpe
USE_HORDE_RUN= Horde_Exception \
Horde_Translation \
Horde_Util \
Horde_Stream_Filter
ZLIB_USES= php
ZLIB_USE= PHP=zlib
.include <bsd.port.mk>
|