aboutsummaryrefslogblamecommitdiff
path: root/dns/amass/Makefile
blob: 522768f67b235921eefec3d56ebfd25e84c9cdbc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                     
                         
                      



                                        
                                                    

                        
                                 
 

                          
                                         


                                          

                      
PORTNAME=	amass
DISTVERSIONPREFIX=	v
DISTVERSION=	3.22.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>