20 lines
373 B
Makefile
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>
|