# -*- 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        troglobit netcalc 2.1.7 v
github.tarball_from releases
revision            0

description         Simplified clone of sipcalc with ipcalc looks

long_description    ${name} is a slimmed down clone of sipcalc, using the \
                    output format of ipcalc. It is written in C and only \
                    depends on a POSIX compliant C library. Both IPv4 and \
                    IPv6 are supported.

categories          net
installs_libs       no
license             BSD
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  6cbda14c8d171fabb17ced795de8cd5b9420eeff \
                    sha256  7300ceac519dd14a8431d27339359f064eb5d80bdd7307ecb1b1cb1b0ab42969 \
                    size    129183

conflicts           ipcalc

# Build picks gawk from MacPorts prefix.
depends_build-append \
                    port:gawk

github.livecheck.regex \
                    {([0-9.]+)}
