pkgsrc/security/php-suhosin/Makefile

20 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/02/17 23:16:14 adrianp 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"