# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

github.setup        measurement-factory dnstop 9a16dd4814d680d0a9949ee52398461a1e0f72dc
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             20220114
categories          net
license             BSD
maintainers         {wohner.eu:normen @Gminfly} openmaintainer

description         dnstop is a libpcap application that displays tables of DNS traffic
long_description    {*}${description}

homepage            http://dns.measurement-factory.com/tools/dnstop/

checksums           rmd160  0bd6dc88a8a82c3f2ce9d97bfd23abc2faf65582 \
                    sha256  c79e2760a162038550512ba3b138fed37346adfde5942453be3a408eb84a6b03 \
                    size    86804

installs_libs       no

depends_lib-append  port:libpcap \
                    port:ncurses
