opnsense-ports/sysutils/packer/Makefile
Franco Fichtner 9b365a1f8a */*: sync with upstream
Taken from: FreeBSD
2021-08-02 11:24:11 +02:00

20 lines
350 B
Makefile

PORTNAME= packer
PORTVERSION= 1.7.4
DISTVERSIONPREFIX= v
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>