27 lines
530 B
Makefile
27 lines
530 B
Makefile
# $OpenBSD: Makefile,v 1.20 2018/12/15 11:41:48 ajacoutot 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
|
|
|
|
GH_TAGNAME= v1.3.3
|
|
GH_ACCOUNT= hashicorp
|
|
GH_PROJECT= packer
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://www.packer.io
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# MPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MODULES= lang/go
|
|
|
|
.include <bsd.port.mk>
|