mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
e36ead3b28
Reported by: portscout
50 lines
2.6 KiB
Makefile
50 lines
2.6 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gitleaks
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 6.2.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Tool for detecting hardcoded secrets in git repositories
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= zricethezav
|
|
GH_TUPLE= \
|
|
BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
|
|
emirpasic:gods:v1.12.0:emirpasic_gods/vendor/github.com/emirpasic/gods \
|
|
go-git:gcfg:v1.5.0:go_git_gcfg/vendor/github.com/go-git/gcfg \
|
|
go-git:go-billy:v5.0.0:go_git_go_billy_v5/vendor/github.com/go-git/go-billy/v5 \
|
|
go-git:go-git:v5.1.0:go_git_go_git_v5/vendor/github.com/go-git/go-git/v5 \
|
|
go-warnings:warnings:v0.1.2:go_warnings_warnings/vendor/gopkg.in/warnings.v0 \
|
|
golang:appengine:v1.4.0:golang_appengine/vendor/google.golang.org/appengine \
|
|
golang:crypto:78000ba7a073:golang_crypto/vendor/golang.org/x/crypto \
|
|
golang:net:244492dfa37a:golang_net/vendor/golang.org/x/net \
|
|
golang:oauth2:0f29369cfe45:golang_oauth2/vendor/golang.org/x/oauth2 \
|
|
golang:protobuf:v1.3.2:golang_protobuf/vendor/github.com/golang/protobuf \
|
|
golang:sys:5c8b2ff67527:golang_sys/vendor/golang.org/x/sys \
|
|
google:go-cmp:v0.4.0:google_go_cmp/vendor/github.com/google/go-cmp \
|
|
google:go-github:v31.0.0:google_go_github_v31/vendor/github.com/google/go-github/v31 \
|
|
google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \
|
|
hako:durafmt:3f39dc1ed9f4:hako_durafmt/vendor/github.com/hako/durafmt \
|
|
imdario:mergo:v0.3.9:imdario_mergo/vendor/github.com/imdario/mergo \
|
|
jbenet:go-context:d14ea06fba99:jbenet_go_context/vendor/github.com/jbenet/go-context \
|
|
jessevdk:go-flags:v1.4.0:jessevdk_go_flags/vendor/github.com/jessevdk/go-flags \
|
|
kevinburke:ssh_config:01f96b0aa0cd:kevinburke_ssh_config/vendor/github.com/kevinburke/ssh_config \
|
|
konsorten:go-windows-terminal-sequences:v1.0.1:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \
|
|
mattn:go-colorable:v0.1.2:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
|
|
mattn:go-isatty:v0.0.8:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
|
|
mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
|
|
sergi:go-diff:v1.1.0:sergi_go_diff/vendor/github.com/sergi/go-diff \
|
|
sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
|
|
xanzy:go-gitlab:v0.21.0:xanzy_go_gitlab/vendor/github.com/xanzy/go-gitlab \
|
|
xanzy:ssh-agent:v0.2.1:xanzy_ssh_agent/vendor/github.com/xanzy/ssh-agent
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|