aboutsummaryrefslogblamecommitdiff
path: root/sysutils/terraform/Makefile
blob: b1c8c623872830402711e2c6d7cf28c90598ca53 (plain) (tree)
1
2
3
4
5
6
7
8
9
                         
                         
                     
                 
                        
 
                                   
                                                                        
                                     
 
                                           
                                 
                                                           
 

                              
                                              
 
                               
 
                      
PORTNAME=	terraform
DISTVERSIONPREFIX=	v
DISTVERSION=	1.5.6
PORTREVISION=	2
CATEGORIES=	sysutils

MAINTAINER=	nulldutra@proton.me
COMMENT=	Provides a common configuration to launch infrastructure
WWW=		https://terraform.io/

LICENSE_NAME=	Business Source License 1.1
LICENSE_FILE=	${WRKSRC}/LICENSE
LICENSE_PERMS=	dist-mirror pkg-mirror pkg-sell auto-accept

USES=		cpe go:modules
CPE_VENDOR=	hashicorp
GO_MODULE=	github.com/hashicorp/terraform

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>