diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-02 00:14:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-02 00:14:58 +0000 |
commit | b37bc068ed3f84fcd0a4523f6b8522f92e82cc02 (patch) | |
tree | a9446ab17d7b28e2688cbc715ed637a0c719caae /security/bruteforceblocker/Makefile | |
parent | 63691abefa7f5917252e1b9ab8d9f5b59aad9907 (diff) |
Notes
Diffstat (limited to 'security/bruteforceblocker/Makefile')
-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 7de0e7ecc0f1..838a4a093eae 100644 --- a/security/bruteforceblocker/Makefile +++ b/security/bruteforceblocker/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bruteforceblocker -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.3 CATEGORIES= security MASTER_SITES= http://danger.rulez.sk/projects/bruteforceblocker/ \ ${MASTER_SITE_LOCAL} @@ -17,7 +17,8 @@ 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}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS NO_BUILD= yes USE_PERL5_RUN= yes |