mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
38f9a4a24d
Reported by: portscout
20 lines
339 B
Makefile
20 lines
339 B
Makefile
PORTNAME= amass
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.14.1
|
|
CATEGORIES= dns
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= In-depth DNS enumeration
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/OWASP/Amass/v3
|
|
GO_TARGET= ./cmd/${PORTNAME}
|
|
|
|
PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/}
|
|
|
|
.include <bsd.port.mk>
|