18 lines
321 B
Makefile

# $OpenBSD: Makefile,v 1.22 2019/07/12 20:43:29 sthen Exp $
COMMENT = PHP support for LZF de/compression
DISTNAME = LZF-1.6.7
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>