blob: b6950de305c95a4f96b7d36527fcbe3f14db6bf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= terraform
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.9
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= 0xdutra@gmail.com
COMMENT= Provides a common configuration to launch infrastructure
WWW= https://terraform.io/
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cpe go:modules
CPE_VENDOR= hashicorp
USE_GITHUB= yes
GH_ACCOUNT= hashicorp
GO_MODULE= github.com/hashicorp/terraform
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>
|