21 lines
376 B
Makefile
21 lines
376 B
Makefile
PORTNAME= tflint
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.59.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= dutra@FreeBSD.org
|
|
COMMENT= Terraform Linter
|
|
WWW= https://github.com/terraform-linters/tflint
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:1.25,modules
|
|
|
|
GO_MODULE= github.com/terraform-linters/tflint
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|