Files
ports/security/gobuster/Makefile
T

22 lines
342 B
Makefile

COMMENT = tool used to brute-force stuff
MODGO_MODNAME = github.com/OJ/gobuster/v3
MODGO_VERSION = v3.6.0
DISTNAME = gobuster-${MODGO_VERSION}
CATEGORIES = security
MAINTAINER = Gonzalo L. R. <gonzalo@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE = Yes
WANTLIB += c pthread
MODULES = lang/go
.include "modules.inc"
.include <bsd.port.mk>