1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/dns/amass/Makefile
Yuri Victorovich 38f9a4a24d dns/amass: Update 3.14.0 -> 3.14.1
Reported by:	portscout
2021-10-07 11:43:15 -07:00

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>