openbsd-ports/archivers/pecl-lzf/Makefile
2022-03-23 23:58:28 +00:00

19 lines
276 B
Makefile

COMMENT = PHP support for LZF de/compression
DISTNAME = LZF-1.6.8
REVISION = 3
CATEGORIES = archivers
MAINTAINER = Johan Huldtgren <jhuldtgren@gmail.com>
# PHP
PERMIT_PACKAGE = Yes
WANTLIB = c
MODULES = lang/php/pecl
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>