c80849c13c
PERMIT_* cleanup
16 lines
313 B
Makefile
16 lines
313 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/10 22:28:04 espie Exp $
|
|
|
|
COMMENT = PHP support for LZF de/compression
|
|
|
|
DISTNAME = LZF-1.6.2
|
|
CATEGORIES = archivers
|
|
MAINTAINER = Johan Huldtgren <jhuldtgren@gmail.com>
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/php/pecl
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|