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