pkgsrc-wip/php-suhosin/Makefile
Adam Hoka 7878d69413 Add destdir support.
Upgrade to latest version:
  2008.01.14: Version 0.9.23
  Fixed suhosin extension now compiles with snapshots of PHP 5.3
  Fixed crypt() behaves like normal again when there is no salt supplied
2008-03-02 00:37:01 +00:00

20 lines
502 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/03/02 00:37:01 hoka_adam Exp $
#
MODNAME= suhosin
DISTNAME= suhosin-${PECL_VERSION}
PECL_VERSION= 0.9.23
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"