freebsd-ports/security/sshguard-ipfw/Makefile
Mark Felder 8e2c40afaa security/sshguard: Unbreak build by making a metaport
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.
2016-08-29 19:55:47 +00:00

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"