View | Details | Raw Unified | Return to bug 222334
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 5-21 Link Here
5
PORTVERSION=	1.2.4
5
PORTVERSION=	1.2.4
6
CATEGORIES=	security
6
CATEGORIES=	security
7
7
8
USE_GITHUB=	yes
9
GH_ACCOUNT=	dgerzo
10
11
MAINTAINER=	danger@FreeBSD.org
8
MAINTAINER=	danger@FreeBSD.org
12
COMMENT=	Checks for SSH bruteforce and blocks given IPs
9
COMMENT=	Checks for SSH bruteforce and blocks given IPs
13
10
11
LICENSE=	NONE
12
14
RUN_DEPENDS=	p5-Unix-Syslog>=0:sysutils/p5-Unix-Syslog \
13
RUN_DEPENDS=	p5-Unix-Syslog>=0:sysutils/p5-Unix-Syslog \
15
		p5-Sys-Hostname-Long>=0:sysutils/p5-Sys-Hostname-Long \
14
		p5-Sys-Hostname-Long>=0:sysutils/p5-Sys-Hostname-Long \
16
		p5-libwww>=0:www/p5-libwww \
15
		p5-libwww>=0:www/p5-libwww \
17
		p5-Net-DNS>=0:dns/p5-Net-DNS
16
		p5-Net-DNS>=0:dns/p5-Net-DNS
18
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	dgerzo
19
NO_BUILD=	yes
20
NO_BUILD=	yes
20
USES=		perl5 shebangfix
21
USES=		perl5 shebangfix
21
USE_PERL5=	run
22
USE_PERL5=	run

Return to bug 222334