freebsd-ports/archivers/pear-Horde_Compress/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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