diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2019-02-13 02:26:19 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-02-13 02:26:19 +0800 |
commit | e3dd66ae13fbfa2aaa6300cff65499cbc9c0af39 (patch) | |
tree | c28da4e126b5a25504a589c89e9497d0ba69662a | |
parent | 3233fed181b94b58048d9beae83a4e75fccb7db3 (diff) | |
download | freebsd-ports-gnome-e3dd66ae13fbfa2aaa6300cff65499cbc9c0af39.tar.gz freebsd-ports-gnome-e3dd66ae13fbfa2aaa6300cff65499cbc9c0af39.tar.zst freebsd-ports-gnome-e3dd66ae13fbfa2aaa6300cff65499cbc9c0af39.zip |
security/bruteforceblocker: re-add LICENSE=NONE
PR: 234137
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
-rw-r--r-- | security/bruteforceblocker/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/bruteforceblocker/Makefile b/security/bruteforceblocker/Makefile index b6351af998ff..f68d7a3057ec 100644 --- a/security/bruteforceblocker/Makefile +++ b/security/bruteforceblocker/Makefile @@ -3,12 +3,14 @@ PORTNAME= bruteforceblocker PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= danger@FreeBSD.org COMMENT= Checks for SSH bruteforce and blocks given IPs +LICENSE= NONE + RUN_DEPENDS= p5-Unix-Syslog>=0:sysutils/p5-Unix-Syslog \ p5-Sys-Hostname-Long>=0:sysutils/p5-Sys-Hostname-Long \ p5-libwww>=0:www/p5-libwww \ |