pkgsrc-wip/php-suhosin/Makefile

21 lines
501 B
Makefile
Raw Normal View History

2009-02-17 22:50:46 +01:00
# $NetBSD: Makefile,v 1.8 2009/02/17 21:50:46 adrian_p Exp $
#
MODNAME= suhosin
DISTNAME= suhosin-${PECL_VERSION}
2009-02-17 22:50:46 +01:00
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"