opnsense-ports/sysutils/packer/Makefile
Franco Fichtner d55a6d16e6 */*: sync with upstream
Taken from: FreeBSD
2022-02-28 09:06:33 +01:00

18 lines
339 B
Makefile

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