freebsd-ports/security/sshguard-null/Makefile
Mark Felder 5448a53f91 security/sshguard-null
portable do-nothing backend for applying detection but not prevention

PR:		201323
2015-07-26 15:04:34 +00:00

13 lines
315 B
Makefile

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