openbsd-ports/archivers/pecl-lzf/Makefile

21 lines
407 B
Makefile
Raw Normal View History

2012-04-19 17:30:26 -04:00
# $OpenBSD: Makefile,v 1.6 2012/04/19 21:30:26 sthen Exp $
2012-04-19 17:30:26 -04:00
COMMENT = PHP support for LZF de/compression
DISTNAME = LZF-1.5.2
CATEGORIES = archivers
MAINTAINER = Johan Huldtgren <jhuldtgren@gmail.com>
2012-04-19 17:30:26 -04:00
REVISION = 3
2012-04-19 17:30:26 -04:00
# PHP
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
2012-04-19 17:30:26 -04:00
MODULES = lang/php/pecl
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>