27 lines
520 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2019/07/12 20:49:48 sthen Exp $
# [...]/network/mgmt/2018-01-01/network/expressroutecircuitpeerings.go:53:159:
# constant 4294967295 overflows int
ONLY_FOR_ARCHS= ${LP64_ARCHS}
COMMENT= tool for building machine images
2019-03-09 18:29:48 +00:00
GH_TAGNAME= v1.3.5
2017-10-19 10:23:45 +00:00
GH_ACCOUNT= hashicorp
GH_PROJECT= packer
CATEGORIES= sysutils
HOMEPAGE= http://www.packer.io
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# MPLv2
PERMIT_PACKAGE= Yes
WANTLIB += c pthread
MODULES= lang/go
.include <bsd.port.mk>