mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
636f0a9700
Direct commit to quarterly to bump Go ports revisions after 61a665d2d8
Approved by: ports-secteam (blanket)
21 lines
371 B
Makefile
21 lines
371 B
Makefile
PORTNAME= tflint
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.43.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= 0xdutra@gmail.com
|
|
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>
|