Edit

IABSD.fr/ports/sysutils/tflint/Makefile

Branch :

  • Show log

    Commit

  • Author : pvk
    Date : 2026-02-11 09:27:55
    Hash : 36193042
    Message : Update tflint 0.60.0 -> 0.61.0 Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.61.0

  • sysutils/tflint/Makefile
  • COMMENT =		pluggable Terraform linter
    
    MODGO_MODNAME =		github.com/terraform-linters/tflint
    MODGO_VERSION =		v0.61.0
    
    DISTNAME =		tflint-${MODGO_VERSION}
    
    CATEGORIES =		sysutils
    
    HOMEPAGE =		https://github.com/terraform-linters/tflint
    
    MAINTAINER =		Pavel Korovin <pvk@openbsd.org>
    
    WANTLIB +=		c pthread
    
    # BSLv1.1
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/go
    
    .include "modules.inc"
    .include <bsd.port.mk>