27 lines
710 B
Makefile
27 lines
710 B
Makefile
# $NetBSD: Makefile,v 1.28 2022/01/09 20:10:35 bsiegert Exp $
|
|
|
|
DISTNAME= terraform-0.12.31
|
|
PKGREVISION= 9
|
|
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}
|
|
GO_SRCPATH= github.com/hashicorp/terraform
|
|
|
|
GO_BUILD_PATTERN= ${GO_SRCPATH}/.
|
|
|
|
# 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"
|