[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / sysutils / opentofu

File: [local] / ports / sysutils / opentofu / Makefile (download)

Revision 1.11, Sat May 11 11:19:35 2024 UTC (4 weeks ago) by ajacoutot
Branch: MAIN
Changes since 1.10: +1 -1 lines

Update to opentofu-1.7.1.

COMMENT=		declaratively manage infrastructure

MODGO_MODNAME=		github.com/opentofu/opentofu
MODGO_VERSION=		v1.7.1
DISTNAME=		opentofu-${MODGO_VERSION}

CATEGORIES=		sysutils net

HOMEPAGE=		https://opentofu.org/

MAINTAINER=		Antoine Jacoutot <ajacoutot@openbsd.org>

# MPLv2
PERMIT_PACKAGE=		Yes

WANTLIB += c pthread

MODULES=		lang/go

.include "modules.inc"

.include <bsd.port.mk>