opnsense-ports/sysutils/packer/Makefile
Franco Fichtner bc9fc2848c */*: sync with upstream
Taken from: FreeBSD
2023-04-11 09:42:51 +02:00

20 lines
379 B
Makefile

PORTNAME= packer
PORTVERSION= 1.8.6
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= brad@facefault.org
COMMENT= Tool for creating machine images
WWW= https://packer.io/
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>