diff options
-rw-r--r-- | security/sshguard-pf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/sshguard-pf/Makefile b/security/sshguard-pf/Makefile index 6a7ba8b533f4..2172b57938c1 100644 --- a/security/sshguard-pf/Makefile +++ b/security/sshguard-pf/Makefile @@ -6,8 +6,10 @@ # PKGNAMESUFFIX= -pf -CONFLICTS= sshguard-1.0* sshguard-ipfw-1.0* -COMMENT= Protect hosts from brute force attacks against ssh using 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 |