freebsd-ports/sysutils/terraform-provider-vultr/Makefile
Ben Woods 122706342b Add new port sysutils/terraform-provider-vultr
A community developed provider to support the Vultr cloud with Terraform.

Terraform is used to create, manage, and update infrastructure resources such as
physical machines, VMs, network switches, containers, and more.
Almost any infrastructure type can be represented as a resource in Terraform.

A provider is responsible for understanding API interactions and exposing
resources. Providers generally are an IaaS, PaaS, or SaaS services.

WWW: https://github.com/squat/terraform-provider-vultr
2019-08-24 02:28:43 +00:00

23 lines
421 B
Makefile

# $FreeBSD$
PORTNAME= terraform-provider-vultr
PORTVERSION= 0.1.10
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= woodsb02@FreeBSD.org
COMMENT= Terraform provider for Vultr
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= terraform:sysutils/terraform
USES= go
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
USE_GITHUB= yes
GH_ACCOUNT= squat
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>