e04bb3c9f2
ChangeLog: https://github.com/hashicorp/terraform/releases/tag/v1.5.2 PR: 272322 MFH: 2023Q3
19 lines
397 B
Makefile
19 lines
397 B
Makefile
PORTNAME= terraform
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.5.2
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= nulldutra@proton.me
|
|
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
|
|
GO_MODULE= github.com/hashicorp/terraform
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|