aboutsummaryrefslogtreecommitdiff
path: root/sysutils/packer/Makefile
blob: 77925c894404a95e8d13e5f2cdd1da7670e40ac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	packer
PORTVERSION=	1.7.10
DISTVERSIONPREFIX=	v
PORTREVISION=	10
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>