aboutsummaryrefslogtreecommitdiffstats
path: root/security/sshguard-pf/Makefile
blob: 2172b57938c15d3860dacb7f0b1837c228f3c063 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# New ports collection makefile for:    sshguard-pf
# Date created:             17 May 2007
# Whom:                 Mij <mij@bitchx.it>
#
# $FreeBSD$
#

PKGNAMESUFFIX=  -pf

COMMENT=    Protect hosts from brute force attacks against ssh and other services using pf

CONFLICTS=  sshguard-1.* sshguard-ipfilter-1.* sshguard-ipfw-1.*

SSHGUARDFW= pf
MASTERDIR=  ${.CURDIR}/../sshguard

.include "${MASTERDIR}/Makefile"