freebsd-ports/devel/gitleaks/Makefile
2021-09-15 01:08:13 -07:00

18 lines
351 B
Makefile

PORTNAME= gitleaks
DISTVERSIONPREFIX= v
DISTVERSION= 7.6.1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tool for detecting hardcoded secrets in git repositories
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/zricethezav/gitleaks/v7
GO_TARGET= .
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>