ports/misc/gobuster/Makefile
2025-12-03 13:24:45 -05:00

22 lines
399 B
Makefile

PORTNAME= gobuster
DISTVERSIONPREFIX= v
DISTVERSION= 3.8.2
PORTREVISION= 2
CATEGORIES= misc dns www
MAINTAINER= yuri@FreeBSD.org
COMMENT= Directory/file & DNS busting tool written in Go
WWW= https://github.com/OJ/gobuster
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/OJ/gobuster/v3
GO_TARGET= .
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>