1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/dns/amass/Makefile
2022-12-28 22:53:37 -08:00

21 lines
382 B
Makefile

PORTNAME= amass
DISTVERSIONPREFIX= v
DISTVERSION= 3.21.2
CATEGORIES= dns
MAINTAINER= yuri@FreeBSD.org
COMMENT= In-depth DNS enumeration
WWW= https://owasp.org/www-project-amass/
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>