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

go.setup            github.com/vdjagilev/nmap-formatter 3.1.4 v
go.package          github.com/vdjagilev/nmap-formatter/v3
go.offline_build    no
go.toolchain_min    1.25.0
revision            0

description         \
    A tool that allows you to convert NMAP results to html, csv, json, \
    markdown, graphviz \(dot\) or sqlite. Simply put it's nmap converter.

long_description    {*}${description}

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

checksums           rmd160  cc51f1a87613c88a1641c57190b17d5ac63e69ff \
                    sha256  46bc1cc7fc47ea2db15b45f3732b7511a3b9479b94bc77b44e830b2e194f8643 \
                    size    255829

build.args-append   -o nmap-formatter

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
