Files

32 lines
1.0 KiB
Tcl
Raw Permalink Normal View History

2024-01-29 19:54:06 -05:00
# -*- 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
2026-04-23 19:46:35 -04:00
go.setup github.com/vdjagilev/nmap-formatter 3.1.3 v
2024-06-18 23:20:43 -04:00
go.package github.com/vdjagilev/nmap-formatter/v3
go.offline_build no
2024-01-29 19:54:06 -05:00
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
2026-04-23 19:46:35 -04:00
checksums rmd160 fe072c3fb5cfbabec86fe736f4b9017a74866f22 \
sha256 261457566f83fcd21689991fbaaec356eddcdb40c460c26e59db8792a2165c9f \
size 255246
2024-06-18 23:20:43 -04:00
2024-01-29 19:54:06 -05:00
build.args-append -o nmap-formatter
destroot {
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}