opnsense-ports/sysutils/tflint/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

20 lines
373 B
Makefile

PORTNAME= tflint
DISTVERSIONPREFIX= v
DISTVERSION= 0.46.1
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= nulldutra@proton.me
COMMENT= Terraform Linter
WWW= https://github.com/terraform-linters/tflint
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/terraform-linters/tflint
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>