mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
746fa696a1
MFH: 2024Q2
21 lines
422 B
Makefile
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>
|