2020-08-28 12:42:16 +00:00

23 lines
417 B
Makefile

# $OpenBSD: Makefile,v 1.41 2020/08/28 12:42:16 ajacoutot Exp $
COMMENT= tool for building, changing, and versioning infrastructure
GH_TAGNAME= v0.13.1
GH_ACCOUNT= hashicorp
GH_PROJECT= terraform
CATEGORIES= sysutils net
HOMEPAGE= https://www.terraform.io/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# MPLv2
PERMIT_PACKAGE= Yes
WANTLIB += c pthread
MODULES= lang/go
.include <bsd.port.mk>