freebsd-ports/misc/gobuster/Makefile
Yuri Victorovich 52f715418d misc/gobuster: Switch to USES=go:modules, fix build with go1.13
PR:		239889
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2019-08-15 22:37:59 +00:00

28 lines
794 B
Makefile

# $FreeBSD$
PORTNAME= gobuster
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.1
CATEGORIES= misc dns
MAINTAINER= yuri@FreeBSD.org
COMMENT= Directory/file & DNS busting tool written in Go
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= OJ
GH_TUPLE= google:uuid:c2e93f3:uuid/vendor/github.com/google/uuid \
hashicorp:errwrap:8a6fb52:errwrap/vendor/github.com/hashicorp/errwrap \
hashicorp:go-multierror:886a7fb:gomultierror/vendor/github.com/hashicorp/go-multierror \
golang:crypto:0e37d00:crypto/vendor/golang.org/x/crypto \
spf13:cobra:0.0.5:cobra/vendor/github.com/spf13/cobra \
spf13:pflag:v1.0.3:pflag/vendor/github.com/spf13/pflag \
golang:sys:d8f5ea2:sys/vendor/golang.org/x/sys
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>