summaryrefslogtreecommitdiff
path: root/security/sshit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/sshit/Makefile')
-rw-r--r--security/sshit/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/security/sshit/Makefile b/security/sshit/Makefile
deleted file mode 100644
index 768500a7f72e..000000000000
--- a/security/sshit/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
-# $FreeBSD$
-
-PORTNAME= sshit
-PORTVERSION= 0.6
-PORTREVISION= 5
-CATEGORIES= security
-MASTER_SITES= http://anp.ath.cx/sshit/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Checks for SSH/FTP bruteforce and blocks given IPs
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-
-RUN_DEPENDS= p5-Unix-Syslog>=0:sysutils/p5-Unix-Syslog \
- p5-IPC-Shareable>=0:devel/p5-IPC-Shareable \
- p5-Proc-PID-File>=0:devel/p5-Proc-PID-File
-
-NO_BUILD= yes
-USES= perl5 shebangfix
-USE_PERL5= run
-SHEBANG_FILES= sshit
-
-PKGMESSAGE= ${WRKDIR}/pkg-message
-SUB_FILES= pkg-message
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf-dist
-
-.include <bsd.port.mk>