# -*- 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
PortGroup           legacysupport 1.1

# clock_gettime
legacysupport.newest_darwin_requires_legacy 15

github.setup        DNS-OARC dnsperf 2.14.0 v
github.tarball_from archive
revision            0

categories          net sysutils
license             Apache-2
maintainers         {judaew @judaew} openmaintainer

description         DNS Performance Testing Tools
long_description    \
    dnsperf and resperf are free tools developed by Nominum/Akamai (2006-2018) \
    and DNS-OARC (since 2019) that make it simple to gather accurate latency \
    and throughput metrics for Domain Name Service (DNS). These tools are \
    easy-to-use and simulate typical Internet, so network operators can \
    benchmark their naming and addressing infrastructure and plan for upgrades.
homepage            https://www.dns-oarc.net/tools/dnsperf

checksums           rmd160  76c6eeb5e0b8c1ae5dcf2379fc5b75581efde7e3 \
                    sha256  049627e0c5457d42219cbc1734bd853d7036e421d68be51824604a8a015e94f7 \
                    size    131517

depends_build       port:libtool \
                    port:pkgconfig

depends_lib         path:lib/libssl.dylib:openssl \
                    port:ldns \
                    port:libck \
                    port:nghttp2

use_autoreconf      yes
