diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-03-21 20:08:30 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-03-21 20:08:30 +0000 |
commit | b9b5c81139443a519af48a3fa1832f27553321a6 (patch) | |
tree | cc0356cf682609382a5ed188648a22ebf0a744a9 /dns/Makefile | |
parent | c05ac4e582d464b73c4a9c58e0d2e6e1a0086b49 (diff) |
New port: dns/p5-DSC
Perl Library to extract and graph DNS Statistics Collector (DSC) data
DNS Statistics Presenter (DSP) is a tool used for exploring statistics
from busy DNS servers collected by DNS Statistics Collector (DSC).
This is the Perl library that is used to extract and graph DSC data.
WWW: https://www.dns-oarc.net/dsc/
PR: 226629
Submitted by: Leo Vandewoestijne <freebsd@dns.company>
Notes
Notes:
svn path=/head/; revision=465234
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 2383fd3c5dbc..7105e7567d7c 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -126,6 +126,7 @@ SUBDIR += p5-DNS-Ldns SUBDIR += p5-DNS-Zone SUBDIR += p5-DNS-ZoneParse + SUBDIR += p5-DSC SUBDIR += p5-Data-Validate-Domain SUBDIR += p5-IO-Async-Resolver-DNS SUBDIR += p5-Mozilla-PublicSuffix |