pkgsrc/net/terraform-provider-null/Makefile
adam 030f8a813c terraform-provider-null: added version 2.1.2
The null provider is a rather-unusual provider that has constructs that
intentionally do nothing. This may sound strange, and indeed these constructs
do not need to be used in most cases, but they can be useful in various
situations to help orchestrate tricky behavior or work around limitations.
2020-05-29 06:32:10 +00:00

26 lines
674 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/05/29 06:32:10 adam Exp $
DISTNAME= terraform-provider-null-2.1.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.terraform.io/docs/providers/null/
COMMENT= Terraform provider for nothing
LICENSE= mpl-2.0
DEPENDS+= terraform-[0-9]*:../../net/terraform
UNLIMIT_RESOURCES= datasize virtualsize
GO_DIST_BASE= ${DISTNAME}
GO_SRCPATH= github.com/terraform-providers/${GITHUB_PROJECT}
GO_BUILD_PATTERN= ${GO_SRCPATH}/.
USE_TOOLS+= bash
REPLACE_BASH+= scripts/*.sh
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"