2021-10-08 20:55:02 +02:00
|
|
|
# $NetBSD: Makefile,v 1.25 2021/10/08 18:55:03 bsiegert Exp $
|
2020-03-23 17:33:49 +01:00
|
|
|
|
2021-04-29 19:05:23 +02:00
|
|
|
DISTNAME= terraform-0.12.31
|
2021-10-08 20:55:02 +02:00
|
|
|
PKGREVISION= 6
|
2020-03-23 17:33:49 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
|
|
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= https://www.terraform.io/
|
|
|
|
COMMENT= Infrastructure orchestration tool
|
|
|
|
LICENSE= mpl-2.0
|
|
|
|
|
|
|
|
GO_DIST_BASE= ${DISTNAME}
|
2021-01-27 14:35:58 +01:00
|
|
|
GO_SRCPATH= github.com/hashicorp/terraform
|
2020-03-23 17:33:49 +01:00
|
|
|
|
2020-05-29 08:27:54 +02:00
|
|
|
GO_BUILD_PATTERN= ${GO_SRCPATH}/.
|
|
|
|
|
2020-03-23 17:33:49 +01:00
|
|
|
# Not actually sure these are used.
|
|
|
|
USE_TOOLS+= bash
|
|
|
|
REPLACE_BASH+= command/e2etest/make-archive.sh
|
|
|
|
REPLACE_BASH+= scripts/debug-terraform
|
|
|
|
REPLACE_BASH+= scripts/*.sh
|
|
|
|
REPLACE_BASH+= scripts/*/*.sh
|
|
|
|
|
|
|
|
.include "../../lang/go/go-package.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|