aboutsummaryrefslogtreecommitdiff
path: root/security/bruteforceblocker
diff options
context:
space:
mode:
authorDaniel Gerzo <danger@FreeBSD.org>2012-06-05 15:49:49 +0000
committerDaniel Gerzo <danger@FreeBSD.org>2012-06-05 15:49:49 +0000
commit3cfb652d1353d70cf573e76e4ae25872e1ba6fc3 (patch)
treec1d7250a26f7b3cc82deb67c0a9a3983b50acfb1 /security/bruteforceblocker
parent49150add57693eef806839de0e6f2f877b707141 (diff)
downloadports-3cfb652d1353d70cf573e76e4ae25872e1ba6fc3.tar.gz
ports-3cfb652d1353d70cf573e76e4ae25872e1ba6fc3.zip
Notes
Diffstat (limited to 'security/bruteforceblocker')
-rw-r--r--security/bruteforceblocker/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/bruteforceblocker/Makefile b/security/bruteforceblocker/Makefile
index 295f23ff9154..2b69343c7939 100644
--- a/security/bruteforceblocker/Makefile
+++ b/security/bruteforceblocker/Makefile
@@ -15,10 +15,10 @@ MASTER_SITE_SUBDIR= pav
MAINTAINER= danger@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
+RUN_DEPENDS= p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \
+ p5-Sys-Hostname-Long>=0:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
NO_BUILD= yes
USE_PERL5_RUN= yes