mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
342 B
Makefile
22 lines
342 B
Makefile
COMMENT = tool used to brute-force stuff
|
|
|
|
MODGO_MODNAME = github.com/OJ/gobuster/v3
|
|
MODGO_VERSION = v3.8.2
|
|
|
|
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>
|