diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-10-25 15:59:27 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-10-25 15:59:27 +0000 |
commit | 78d94af2e953b7269ff9faa72f41bbac90f9ad48 (patch) | |
tree | 378fb716efa426cd620b58ed0315eeeb0a13afbb /security | |
parent | 44f06852d61b43861605de25a6e13874e6be0e26 (diff) | |
download | pkgsrc-78d94af2e953b7269ff9faa72f41bbac90f9ad48.tar.gz |
Also supports apache 2.2.x
PKGREVISION++
Diffstat (limited to 'security')
-rw-r--r-- | security/ap-modsecurity2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/ap-modsecurity2/Makefile b/security/ap-modsecurity2/Makefile index 684be071d4f..d65d2611b84 100644 --- a/security/ap-modsecurity2/Makefile +++ b/security/ap-modsecurity2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2008/10/12 12:50:17 adrianp Exp $ +# $NetBSD: Makefile,v 1.10 2008/10/25 15:59:27 adrianp Exp $ DISTNAME= modsecurity-apache_2.5.7 PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/apache_//} +PKGREVISION= 1 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/download/ @@ -9,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.modsecurity.org/ COMMENT= Intrusion detection and prevention engine for web applications +PKG_APACHE_ACCEPTED= apache2 apache22 + .include "../../mk/apache.mk" .include "options.mk" @@ -23,7 +26,6 @@ CONFIGURE_ARGS+= --with-apr=${PREFIX} CONFIGURE_ARGS+= --with-apu=${PREFIX} CONFIGURE_ARGS+= --with-libxml=${PREFIX} -PKG_APACHE_ACCEPTED= apache2 EGDIR= ${PREFIX}/share/examples/ap-modsecurity CONF_FILES= ${EGDIR}/modsecurity.conf-minimal \ ${PKG_SYSCONFDIR}/httpd/modsecurity.conf |