Files
2026-04-15 03:36:22 -04:00

41 lines
1.4 KiB
Tcl

# -*- 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/owasp-amass/amass 5.1.1 v
go.offline_build no
revision 0
homepage https://owasp.org/www-project-amass
description In-depth Attack Surface Mapping and Asset Discovery
long_description The OWASP Amass Project performs network mapping of \
attack surfaces and external asset discovery using open \
source information gathering and active reconnaissance \
techniques. This includes gathering information from \
APIs, certificates, DNS, routing, web & search scraping, \
web archives, and WHOIS.
categories security net
installs_libs no
license Apache-2
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
checksums rmd160 45322f2d877f70b079a5ee77f730b367fb55a473 \
sha256 5aeb5fa23070fbd3aa365757e2bc9bd294f78456c4d391bc077769adbd1dbe0a \
size 302669
depends_build-append \
port:pkgconfig
depends_lib-append port:libpostal
build.target ./cmd/${name}
destroot {
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}