ports/sysutils/tflint/Makefile

22 lines
404 B
Makefile

COMMENT = pluggable Terraform linter
MODGO_MODNAME = github.com/terraform-linters/tflint
MODGO_VERSION = v0.48.0
DISTNAME = tflint-${MODGO_VERSION}
CATEGORIES = sysutils
HOMEPAGE = https://github.com/terraform-linters/tflint
MAINTAINER = Pavel Korovin <pvk@openbsd.org>
WANTLIB += c pthread
# MPL 2.0
PERMIT_PACKAGE = Yes
MODULES = lang/go
.include "modules.inc"
.include <bsd.port.mk>