8e2c40afaa
security/sshguard no longer provides hosts/TCP Wrappers support by default as this was removed upstream. It is now a metaport which will allow you to select a backend. Further details can be found in the UPDATING entry.
13 lines
291 B
Makefile
13 lines
291 B
Makefile
# Created by: Mij <mij@bitchx.it>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -ipfw
|
|
|
|
COMMENT= Protect hosts from brute force attacks against ssh and other services using ipfw
|
|
|
|
CONFLICTS= sshguard-pf-1.* sshguard-null-1.*
|
|
|
|
SSHGUARDFW= ipfw
|
|
MASTERDIR= ${.CURDIR}/../sshguard
|
|
|
|
.include "${MASTERDIR}/Makefile"
|