Edit

IABSD.fr/ports/sysutils/terragrunt/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2026-02-20 07:45:16
    Hash : c7f220b7
    Message : Update to terragrunt-0.99.4.

  • sysutils/terragrunt/Makefile
  • COMMENT=	thin wrapper for Terraform that provides extra tools
    
    MODGO_MODNAME=	github.com/gruntwork-io/terragrunt
    MODGO_VERSION=	v0.99.4
    DISTNAME=	terragrunt-${MODGO_VERSION}
    
    # for patches
    WRKDIST=	${WRKDIR}/github.com/gruntwork-io/terragrunt@${MODGO_VERSION}
    
    CATEGORIES=	sysutils net
    
    MAINTAINER=	Antoine Jacoutot <ajacoutot@openbsd.org>
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c pthread
    
    MODULES=	lang/go
    
    MODGO_LDFLAGS=	-X main.VERSION=${MODGO_VERSION}
    
    RUN_DEPENDS=	terraform-*|opentofu-*:sysutils/terraform
    
    .include "modules.inc"
    
    .include <bsd.port.mk>