aboutsummaryrefslogtreecommitdiff
path: root/dns/subfinder/Makefile
blob: a2e9773d048b17beb02006aafc65ef7c6ee9c10e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	subfinder
DISTVERSIONPREFIX=	v
DISTVERSION=	2.5.6
PORTREVISION=	1
CATEGORIES=	dns

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Subdomain discovery tool that discovers valid subdomains for websites
WWW=		https://github.com/projectdiscovery/subfinder

LICENSE=	MIT

USES=		go:modules

GO_MODULE=	github.com/projectdiscovery/subfinder/v2
GO_TARGET=	./cmd/${PORTNAME}

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>