aboutsummaryrefslogblamecommitdiff
path: root/sysutils/opentofu/Makefile
blob: 6e3dc56843fd5de56ede8b71e3f276c1d40bdd7a (plain) (tree)
1
2
3
4

                         
                     
                 
















                                                                          
PORTNAME=	opentofu
DISTVERSIONPREFIX=	v
DISTVERSION=	1.6.2
PORTREVISION=	2
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_BUILDFLAGS=	-o bin/
GO_MODULE=	github.com/opentofu/opentofu
GO_TARGET=	./cmd/tofu

PLIST_FILES=	bin/tofu

.include <bsd.port.mk>