freebsd-ports/devel/gitleaks/Makefile
Yuri Victorovich e4c0467954 devel/gitleaks: Update 8.15.3 → 8.16.0
Reported by:	portscout
2023-03-01 03:05:52 -08:00

19 lines
398 B
Makefile

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