summaryrefslogtreecommitdiff
path: root/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.4.ebuild
blob: 2ff9f95b55aefd30e4c6c800dfa2946409ba99b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN="ModSecurity-nginx"
NGINX_MOD_S="${WORKDIR}/${MY_PN}-v${PV}"

inherit nginx-module

DESCRIPTION="ModSecurity v3 NGINX Connector"
HOMEPAGE="
	https://github.com/owasp-modsecurity/ModSecurity-nginx
	https://modsecurity.org/
	https://github.com/owasp-modsecurity/ModSecurity
"
SRC_URI="
	https://github.com/owasp-modsecurity/ModSecurity-nginx/releases/download/v${PV}/${MY_PN}-v${PV}.tar.gz -> ${P}.tar.gz
"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm64"

DEPEND="dev-libs/modsecurity"
RDEPEND="${DEPEND}"