# -*- 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 openssl 1.0 name dnscap version 2.3.0 revision 0 categories net maintainers {i0ntempest @i0ntempest} openmaintainer license ISC description DNS network traffic capture utility long_description ${description} homepage https://www.dns-oarc.net/tools/dnscap master_sites https://www.dns-oarc.net/files/${name}/ checksums rmd160 2c5895359e329be6bb60963a20594395f48b1785 \ sha256 858c8e8339ccd654d2ef8c204d24303a02aa74420d59bb49ee767430a25c402c \ size 787392 set perl_version 5.34 depends_lib port:libpcap \ port:ldns \ port:zlib depends_run-append port:perl${perl_version} \ port:p${perl_version}-yaml post-patch { reinplace "s|#!/usr/bin/env.*|${prefix}/bin/perl${perl_version}|" ${worksrcpath}/plugins/rssm/dnscap-rssm-rssac002 } livecheck.type regex livecheck.regex "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}"