1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/dns/amass/Makefile
Ashish SHUKLA fce0cc3272
all: Bump after lang/go121 update
MFH:		2024Q2
2024-05-13 17:56:04 +00:00

22 lines
397 B
Makefile

PORTNAME= amass
DISTVERSIONPREFIX= v
DISTVERSION= 4.2.0
PORTREVISION= 5
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/v4
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/}
.include <bsd.port.mk>