summaryrefslogtreecommitdiff
path: root/security/sshguard-pf
diff options
context:
space:
mode:
Diffstat (limited to 'security/sshguard-pf')
-rw-r--r--security/sshguard-pf/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/sshguard-pf/Makefile b/security/sshguard-pf/Makefile
new file mode 100644
index 000000000000..e7336fa68e2a
--- /dev/null
+++ b/security/sshguard-pf/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: sshguard-pf
+# Date created: 17 May 2007
+# Whom: Mij <mij@bitchx.it>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -pf
+CONFLICTS= sshguard-1.0* sshguard-ipfw-1.0*
+COMMENT= Protect networked hosts from brute force attacks against ssh using pf
+
+SSHGUARDFW= pf
+MASTERDIR= ${PORTSDIR}/security/sshguard
+
+.include "${MASTERDIR}/Makefile"