blob: a623ff57721ea3b65b91513e7293ea9716fa2461 (
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.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>
|