Files
ports/sysutils/packer/Makefile
Mikael Urankar 306070e97f sysutils/packer: Import an upstream patch to fix a runtime issue
f17e482482
fix: make processing of mac addresses case insensitive

Approved by:	portmgr (runtime fix blanket)
2021-08-31 18:12:49 +02:00

22 lines
366 B
Makefile

PORTNAME= packer
PORTVERSION= 1.7.4
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= brad@facefault.org
COMMENT= Tool for creating machine images
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
PLIST_FILES= bin/${PORTNAME}
USES= go:modules
GO_MODULE= github.com/hashicorp/packer
USE_GITHUB= yes
GH_ACCOUNT= hashicorp
.include <bsd.port.mk>