openbsd-ports/sysutils/terragrunt/Makefile
2023-01-20 09:55:36 +00:00

30 lines
698 B
Makefile

BROKEN-aarch64= old kr/pty doesn't support OpenBSD arm arches; needs creack/pty@v1.1.11
BROKEN-armv7= old kr/pty doesn't support OpenBSD arm arches; needs creack/pty@v1.1.11
COMMENT= thin wrapper for Terraform that provides extra tools
MODGO_MODNAME= github.com/gruntwork-io/terragrunt
MODGO_VERSION= v0.43.0
DISTNAME= terragrunt-${MODGO_VERSION}
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= sysutils/terraform
.include "modules.inc"
.include <bsd.port.mk>