diff options
author | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2022-05-15 21:35:43 +0000 |
---|---|---|
committer | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2022-05-16 00:35:13 +0000 |
commit | c4fbf8ab530aed1933a2a644b75a4a059f933223 (patch) | |
tree | cb93ec0ad111d1f0940e70e5117566e978598ef4 | |
parent | b7c5589bac8b361be2b678624ce6cf1e91aa1b7b (diff) | |
download | ports-c4fbf8ab530aed1933a2a644b75a4a059f933223.tar.gz ports-c4fbf8ab530aed1933a2a644b75a4a059f933223.zip |
-rw-r--r-- | security/seclists/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/seclists/Makefile b/security/seclists/Makefile index a58fbbd96c1e..3adec74435a1 100644 --- a/security/seclists/Makefile +++ b/security/seclists/Makefile @@ -1,5 +1,6 @@ PORTNAME= seclists DISTVERSION= 2022.2 +PORTREVISION= 1 CATEGORIES= security www MAINTAINER= salvadore@FreeBSD.org @@ -7,6 +8,8 @@ COMMENT= Collection of multiple types of lists used during security assessments LICENSE= GPLv2 GPLv2+ MIT LICENSE_COMB= multi +LICENSE_FILE_GPLv2= ${WRKSRC}/Discovery/Web-Content/Domino-Hunter/LICENCE +LICENSE_FILE_GPLv2+ = ${WRKSRC}/Web-Shells/laudanum-0.8/GPL LICENSE_FILE_MIT= ${WRKSRC}/LICENSE USE_GITHUB= yes |