diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-12-26 13:29:03 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-12-26 13:29:03 +0000 |
commit | fdff03fb34f85cc1c9222a23714c32f66b2159bb (patch) | |
tree | 519ab50e073e1e5c7abcda1c2c7322b9d7e4db0a /security/blocksshd | |
parent | 591f437826c84e1388d49f1d1c29fd4a6a8e278d (diff) | |
download | ports-fdff03fb34f85cc1c9222a23714c32f66b2159bb.tar.gz ports-fdff03fb34f85cc1c9222a23714c32f66b2159bb.zip |
Notes
Diffstat (limited to 'security/blocksshd')
-rw-r--r-- | security/blocksshd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/blocksshd/Makefile b/security/blocksshd/Makefile index 626df4ee51e7..46f70f94203f 100644 --- a/security/blocksshd/Makefile +++ b/security/blocksshd/Makefile @@ -8,10 +8,9 @@ PORTNAME= blocksshd PORTVERSION= 1.1 CATEGORIES= security sysutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= blocksshd +MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jadawin@tuxaco.net COMMENT= Protects computers from SSH brute force attacks RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS/Resolver.pm:${PORTSDIR}/dns/p5-Net-DNS \ |