blob: b4df1faf3e60f1eac7abe3091ff43df8b040a011 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= gobuster
DISTVERSIONPREFIX= v
DISTVERSION= 3.6.0
PORTREVISION= 15
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>
|