# -*- 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

name                pgpdump
version             0.37
categories          security
platforms           darwin
license             BSD
maintainers         nomaintainer

description         PGP packet visualizer

long_description    pgpdump is a PGP packet visualizer which displays \
                    the packet format of OpenPGP (RFC 4880) and \
                    PGP version 2 (RFC 1991).

depends_lib         port:bzip2 \
                    port:zlib

homepage            https://www.mew.org/~kazu/proj/pgpdump/en/
master_sites        https://www.mew.org/~kazu/proj/pgpdump/

checksums           rmd160  10b506f8c08608ed3d8f727ff44e5dfff1aa1bc8 \
                    sha256  0ca5efbfb43cfa40f6c8fea12d0d579390739abd44c2074a64f20afa961f3667 \
                    size    143972

build.args          CC='${configure.cc}'

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     {The current version is (\d(?:\.\d+)+)}

test.run            yes
test.target         check
