freebsd-ports/security/sshguard-pf/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
287 B
Makefile

# Created by: Mij <mij@bitchx.it>
# $FreeBSD$
PKGNAMESUFFIX= -pf
COMMENT= Protect hosts from brute force attacks against ssh and other services using pf
CONFLICTS= sshguard-ipfw-1.* sshguard-null-1.*
SSHGUARDFW= pf
MASTERDIR= ${.CURDIR}/../sshguard
.include "${MASTERDIR}/Makefile"