27 lines
551 B
Makefile
27 lines
551 B
Makefile
# $OpenBSD: Makefile,v 1.80 2022/03/03 15:11:24 ajacoutot Exp $
|
|
|
|
COMMENT= tool for building, changing, and versioning infrastructure
|
|
|
|
MODGO_MODNAME= github.com/hashicorp/terraform
|
|
MODGO_VERSION= v1.1.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>
|