57c2b4d4c1
Sponsored by: Netzkommune GmbH
23 lines
399 B
Makefile
23 lines
399 B
Makefile
# $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>
|