openbsd-ports/sysutils/terraform/Makefile
2023-01-05 12:40:50 +00:00

25 lines
486 B
Makefile

COMMENT= tool for building, changing, and versioning infrastructure
MODGO_MODNAME= github.com/hashicorp/terraform
MODGO_VERSION= v1.3.7
DISTNAME= terraform-${MODGO_VERSION}
WRKDIST= ${WRKDIR}/github.com/hashicorp/terraform@${MODGO_VERSION}
CATEGORIES= sysutils net
HOMEPAGE= https://www.terraform.io/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# MPLv2
PERMIT_PACKAGE= Yes
WANTLIB += c pthread
MODULES= lang/go
.include "modules.inc"
.include <bsd.port.mk>