aboutsummaryrefslogtreecommitdiff
path: root/misc/gobuster/Makefile
blob: 987aa5095fa3f3caae5fd1c74df35c787ec42bb0 (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=	6
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>