1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/dns/subfinder/Makefile
Ashish SHUKLA 746fa696a1
all: Bump after lang/go121 update
MFH:		2024Q2
2024-06-15 09:52:17 +00:00

21 lines
422 B
Makefile

PORTNAME= subfinder
DISTVERSIONPREFIX= v
DISTVERSION= 2.6.6
PORTREVISION= 3
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>