aboutsummaryrefslogtreecommitdiff
path: root/security/sshit
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-29 18:30:42 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-29 18:30:42 +0000
commit042ea2947aef8c163db8d1f3fe5110ed8add79e4 (patch)
tree6fac5b7d85d4988f10ccfe52738047dfcc982820 /security/sshit
parent82e4dcc470cfc6e07b2a182ee315989d1adda4dc (diff)
downloadports-042ea2947aef8c163db8d1f3fe5110ed8add79e4.tar.gz
ports-042ea2947aef8c163db8d1f3fe5110ed8add79e4.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300221
Diffstat (limited to 'security/sshit')
-rw-r--r--security/sshit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sshit/Makefile b/security/sshit/Makefile
index 544f3fa2e616..c9568e081cf6 100644
--- a/security/sshit/Makefile
+++ b/security/sshit/Makefile
@@ -15,9 +15,9 @@ MASTER_SITES= http://anp.ath.cx/sshit/ \
MAINTAINER= rafan@FreeBSD.org
COMMENT= Checks for SSH/FTP bruteforce and blocks given IPs
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \
- ${SITE_PERL}/IPC/Shareable.pm:${PORTSDIR}/devel/p5-IPC-Shareable \
- ${SITE_PERL}/Proc/PID/File.pm:${PORTSDIR}/devel/p5-Proc-PID-File
+RUN_DEPENDS= p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \
+ p5-IPC-Shareable>=0:${PORTSDIR}/devel/p5-IPC-Shareable \
+ p5-Proc-PID-File>=0:${PORTSDIR}/devel/p5-Proc-PID-File
NO_BUILD= yes
USE_PERL5_RUN= yes