mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 07:54:00 +02:00
23 lines
404 B
Makefile
23 lines
404 B
Makefile
COMMENT = pluggable Terraform linter
|
|
|
|
MODGO_MODNAME = github.com/terraform-linters/tflint
|
|
MODGO_VERSION = v0.63.1
|
|
|
|
DISTNAME = tflint-${MODGO_VERSION}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://github.com/terraform-linters/tflint
|
|
|
|
MAINTAINER = Pavel Korovin <pvk@openbsd.org>
|
|
|
|
WANTLIB += c pthread
|
|
|
|
# BSLv1.1
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/go
|
|
|
|
.include "modules.inc"
|
|
.include <bsd.port.mk>
|