freebsd-ports/archivers/pear-Horde_Compress/Makefile
2021-10-07 15:04:45 +00:00

21 lines
391 B
Makefile

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 cpe
USE_HORDE_RUN= Horde_Exception \
Horde_Translation \
Horde_Util \
Horde_Stream_Filter
ZLIB_USES= php
ZLIB_USE= PHP=zlib
.include <bsd.port.mk>