diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-12 20:15:04 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-12 20:15:04 +0000 |
commit | 93171a0f661cf0bf529516d836b57321d2d1a999 (patch) | |
tree | f2cc817b615cf63d7674b72b87027783cf3b07d4 /security/sshguard-ipfw | |
parent | 914ba86933282b8893cb0dae1d7ff2732aa56dd8 (diff) | |
download | ports-93171a0f661cf0bf529516d836b57321d2d1a999.tar.gz ports-93171a0f661cf0bf529516d836b57321d2d1a999.zip |
Notes
Diffstat (limited to 'security/sshguard-ipfw')
-rw-r--r-- | security/sshguard-ipfw/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/security/sshguard-ipfw/Makefile b/security/sshguard-ipfw/Makefile new file mode 100644 index 000000000000..69dda1712827 --- /dev/null +++ b/security/sshguard-ipfw/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: sshguard-ipfw +# Date created: 17 May 2007 +# Whom: Mij <mij@bitchx.it> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -ipfw +CONFLICTS= sshguard-1.0* sshguard-pf-1.0* + +COMMENT= Protect networked hosts from brute force attacks against ssh using ipfw + +SSHGUARDFW= ipfw +MASTERDIR= ${PORTSDIR}/security/sshguard + +.include "${MASTERDIR}/Makefile" |