2017-04-15 15:43:31 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2017/04/15 15:43:31 ajacoutot Exp $
|
2016-04-28 10:10:14 +00:00
|
|
|
|
|
|
|
COMMENT= tool for building, changing, and versioning infrastructure
|
|
|
|
|
2017-04-15 15:43:31 +00:00
|
|
|
GH_TAGNAME= v0.9.3
|
2016-04-28 10:10:14 +00:00
|
|
|
GH_ACCOUNT= hashicorp
|
|
|
|
GH_PROJECT= terraform
|
|
|
|
|
|
|
|
CATEGORIES= sysutils net
|
|
|
|
|
|
|
|
HOMEPAGE= https://www.terraform.io/
|
|
|
|
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
|
|
|
# MPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2016-04-28 10:16:36 +00:00
|
|
|
WANTLIB += c pthread
|
2016-04-28 10:10:14 +00:00
|
|
|
|
|
|
|
MODULES= lang/go
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|