diff options
author | pi <pi@FreeBSD.org> | 2018-03-22 04:12:43 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-03-22 04:12:43 +0800 |
commit | 50600502729c38751d964f9962c72673167f67c2 (patch) | |
tree | fed7d03bc5d04a9cfea8bde7eb4ba378d24db8e1 /dns/Makefile | |
parent | 6af84f814f6a46cc1677047eed6de7d5b507893f (diff) | |
download | freebsd-ports-graphics-50600502729c38751d964f9962c72673167f67c2.tar.gz freebsd-ports-graphics-50600502729c38751d964f9962c72673167f67c2.tar.zst freebsd-ports-graphics-50600502729c38751d964f9962c72673167f67c2.zip |
New port: dns/dsp
DNS Statistics Presenter (DSP) is a tool used
for exploring statistics from busy DNS servers
collected by DNS Statistics Collector (DSC).
WWW: https://www.dns-oarc.net/dsc/
PR: 226630
Submitted by: Leo Vandewoestijne <freebsd@dns.company>
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 43ec049aa99..320338d7499 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -63,6 +63,7 @@ SUBDIR += doc SUBDIR += dq SUBDIR += drool + SUBDIR += dsp SUBDIR += dynip SUBDIR += erlang-idna SUBDIR += ez-ipupdate |