PortSystem 1.0

name            mawk
version         1.3.4-20260129
categories      lang

description     mawk is an interpreter for the AWK Programming Language
long_description \
    mawk is an interpreter for the AWK Programming Language. \
    The AWK language is useful for manipulation of data files, \
    text retrieval and processing, and for prototyping and \
    experimenting with algorithms.
homepage        https://invisible-island.net/mawk/

platforms       darwin
license         GPL-2
maintainers     {toby @tobypeterson}

master_sites    https://invisible-island.net/archives/${name}/ \
                https://invisible-mirror.net/archives/${name}/
extract.suffix  .tgz
checksums       rmd160  e93953538754c31af0af1f00341fc56cce3fe02e \
                sha256  a71fb7efea5a63770d8fb71321ef6ae7afe0592f1aa7f7e2b496c26ccbb392a4 \
                size    436702

configure.args  --mandir=${prefix}/share/man \
                --enable-arc4random

livecheck.regex >mawk-(.*)\\.tgz<
