summaryrefslogtreecommitdiff
path: root/sysutils/opentofu/Makefile
blob: 9c0a34f5029d5bbf827e22f2e60d047b89a01417 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	opentofu
DISTVERSIONPREFIX=	v
DISTVERSION=	1.10.3
CATEGORIES=	sysutils

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Tool for building, changing, and versioning infrastructure
WWW=		https://opentofu.org/

LICENSE=	MPL20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules
GO_MODULE=	github.com/opentofu/opentofu
GO_TARGET=	./cmd/tofu
GO_BUILDFLAGS=	-o bin/

PLIST_FILES=	bin/tofu

.include <bsd.port.mk>