From 63a94afab914592fb2bd17415cd928dfaed4952d Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Tue, 12 Jun 2007 20:10:34 +0000 Subject: Add slave port sshguard-pf, protect networked hosts from brute force attacks against ssh usinh pf PR: ports/112759 Submitted by: Mij --- security/sshguard-pf/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 security/sshguard-pf/Makefile (limited to 'security/sshguard-pf') 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 +# +# $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" -- cgit v1.2.3