diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-11 22:06:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-11 22:06:45 +0000 |
commit | f992e485b732533eec710979bbc50c504d8329a9 (patch) | |
tree | 287c5a81ede70603bb0d2ea96bc93972e1a09c77 /security/bruteforceblocker | |
parent | 09655d2ea72f4352dea06a06cfcbf970dc594550 (diff) | |
download | ports-f992e485b732533eec710979bbc50c504d8329a9.tar.gz ports-f992e485b732533eec710979bbc50c504d8329a9.zip |
Notes
Diffstat (limited to 'security/bruteforceblocker')
-rw-r--r-- | security/bruteforceblocker/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/bruteforceblocker/Makefile b/security/bruteforceblocker/Makefile index 838a4a093eae..d9c2f6b16c6c 100644 --- a/security/bruteforceblocker/Makefile +++ b/security/bruteforceblocker/Makefile @@ -12,13 +12,14 @@ MASTER_SITES= http://danger.rulez.sk/projects/bruteforceblocker/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= pav -MAINTAINER= danger@rulez.sk +MAINTAINER= ports@FreeBSD.org COMMENT= Checks for SSH bruteforce and blocks given IPs RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \ ${SITE_PERL}/Sys/Hostname/Long.pm:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS + ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ + ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail NO_BUILD= yes USE_PERL5_RUN= yes |