mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
15 lines
318 B
Makefile
15 lines
318 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-1.* sshguard-ipfilter-1.* sshguard-ipfw-1.*
|
|
|
|
SSHGUARDFW= pf
|
|
MASTERDIR= ${.CURDIR}/../sshguard
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|