pkgsrc-wip/php-suhosin/Makefile
2009-02-17 21:50:46 +00:00

20 lines
501 B
Makefile

# $NetBSD: Makefile,v 1.8 2009/02/17 21:50:46 adrian_p Exp $
#
MODNAME= suhosin
DISTNAME= suhosin-${PECL_VERSION}
PECL_VERSION= 0.9.27
CATEGORIES= www
MASTER_SITES= http://download.suhosin.org/
EXTRACT_SUFX= .tgz
MAINTAINER= cg@cgall.de
HOMEPAGE= http://www.hardened-php.net/suhosin/index.html
COMMENT= Advanced protection system for PHP installations
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS= --enable-${MODNAME}
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"