forked from Lainports/freebsd-ports
ChangeLog: https://github.com/aquasecurity/tfsec/releases/tag/v1.28.4 PR: 275366 Reported by: nulldutra@proton.me (maintainer)
22 lines
442 B
Makefile
22 lines
442 B
Makefile
PORTNAME= tfsec
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.28.4
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= nulldutra@proton.me
|
|
COMMENT= Security scanner for Terraform
|
|
WWW= https://aquasecurity.github.io/tfsec
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/aquasecurity/tfsec
|
|
GO_TARGET= ./cmd/${PORTNAME}
|
|
|
|
GO_BUILDFLAGS= -ldflags="version.Version=${DISTVERSION}"
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|