aboutsummaryrefslogtreecommitdiff
path: root/dns/amass/Makefile
blob: 179978d705b1ba6551a44c5805e96935ae573824 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	amass
DISTVERSIONPREFIX=	v
DISTVERSION=	4.2.0
PORTREVISION=	4
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>