21 lines
357 B
Makefile
21 lines
357 B
Makefile
# Created by: Gabriel M. Dutra <0xdutra@gmail.com>
|
|
|
|
PORTNAME= tflint
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.32.1
|
|
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>
|