buildroot/package/nginx-modsecurity/nginx-modsecurity.mk
Frank Vanbever d35873ab0c package/nginx-modsecurity: new package
The name of the package diverges slightly from upstream to maintain
consistency with other nginx modules already present.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-01-30 11:26:53 +01:00

15 lines
581 B
Makefile

################################################################################
#
# nginx-modsecurity
#
################################################################################
NGINX_MODSECURITY_VERSION = 1.0.1
NGINX_MODSECURITY_SOURCE = modsecurity-nginx-v$(NGINX_MODSECURITY_VERSION).tar.gz
NGINX_MODSECURITY_SITE = https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v$(NGINX_MODSECURITY_VERSION)
NGINX_MODSECURITY_LICENSE = Apache-2.0
NGINX_MODSECURITY_LICENSE_FILES = LICENSE
NGINX_MODSECURITY_DEPENDENCIES = libmodsecurity
$(eval $(generic-package))