3dfd068547
ChangeLog: https://github.com/terraform-linters/tflint/blob/master/CHANGELOG.md PR: 263963
20 lines
357 B
Makefile
20 lines
357 B
Makefile
# Created by: Gabriel M. Dutra <0xdutra@gmail.com>
|
|
|
|
PORTNAME= tflint
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.36.2
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= 0xdutra@gmail.com
|
|
COMMENT= Terraform Linter
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/terraform-linters/tflint
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|