openbsd-ports/archivers/pecl-lzf/Makefile

21 lines
411 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2012/06/18 07:56:13 ajacoutot 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>
REVISION = 4
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>