ports/sysutils/terraform/Makefile

25 lines
486 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= tool for building, changing, and versioning infrastructure
MODGO_MODNAME= github.com/hashicorp/terraform
2023-08-25 20:59:25 +00:00
MODGO_VERSION= v1.5.6
2023-08-16 22:26:55 +00:00
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>