diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-03-23 11:55:48 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-03-23 11:55:48 +0000 |
commit | f75ef89f43efdcf3c4c8ddb3bce85ff1795c9499 (patch) | |
tree | 5cf086f18ab0a0831b504c176e7cf62c5622d323 /dns | |
parent | 40dd94eb21c36324866ad316d11fd5b91f1de097 (diff) | |
download | ports-f75ef89f43efdcf3c4c8ddb3bce85ff1795c9499.tar.gz ports-f75ef89f43efdcf3c4c8ddb3bce85ff1795c9499.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsflood/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dns/dnsflood/Makefile b/dns/dnsflood/Makefile index 224aea049585..2a2871593d02 100644 --- a/dns/dnsflood/Makefile +++ b/dns/dnsflood/Makefile @@ -9,12 +9,15 @@ PORTNAME= dnsflood PORTVERSION= 1.12 PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= http://www.adotout.com/ +MASTER_SITES= http://www.adotout.com/ \ + http://mirrors.rit.edu/zi/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= zi@FreeBSD.org COMMENT= DNS flood detector +LICENSE= GPLv2 + WRKSRC= ${WRKDIR}/dns_flood_detector PLIST_FILES= sbin/dns_flood_detector |