ports/security/tfsec/Makefile

29 lines
686 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = static analyzer for Terraform
2023-09-14 00:49:35 +00:00
VERSION = 1.28.4
2023-08-16 22:26:55 +00:00
# tfsec-vendored distfile generated by fetching archive from
# https://github.com/aquasecurity/tfsec/archive/refs/tags/v${VERSION}.tar.gz
# and running "go mod tidy" + "go mod vendor"
DISTNAME = tfsec-vendored-${VERSION}
PKGNAME = tfsec-${VERSION}
2023-09-28 02:05:49 +00:00
SITES = https://distfiles.tristero.se/
2023-08-16 22:26:55 +00:00
CATEGORIES = security
HOMEPAGE = https://aquasecurity.github.io/tfsec
MAINTAINER = Pavel Korovin <pvk@openbsd.org>
WANTLIB += c pthread
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/go
WRKSRC = ${MODGO_WORKSPACE}/src/github.com/aquasecurity/tfsec
ALL_TARGET = github.com/aquasecurity/tfsec/cmd/tfsec
.include <bsd.port.mk>