0aee683920
Also add a hash for the license file. Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
415 B
Makefile
13 lines
415 B
Makefile
################################################################################
|
|
#
|
|
# nginx-naxsi
|
|
#
|
|
################################################################################
|
|
|
|
NGINX_NAXSI_VERSION = 0.56
|
|
NGINX_NAXSI_SITE = $(call github,nbs-system,naxsi,$(NGINX_NAXSI_VERSION))
|
|
NGINX_NAXSI_LICENSE = GPL-2.0+ with OpenSSL exception
|
|
NGINX_NAXSI_LICENSE_FILES = naxsi_src/naxsi_json.c
|
|
|
|
$(eval $(generic-package))
|