opnsense-ports/sysutils/terraform/Makefile
Franco Fichtner eb3792d105 */*: sync with upstream
Taken from: FreeBSD
2023-07-17 07:53:42 +02:00

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>