aboutsummaryrefslogtreecommitdiff
path: root/sysutils/packer/Makefile
blob: 99d65f35af84ef664c4716fb39699dc7ca49837d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	packer
PORTVERSION=	1.10.1
PORTREVISION=	1
DISTVERSIONPREFIX=	v
CATEGORIES=	sysutils

MAINTAINER=	brad@facefault.org
COMMENT=	Tool for creating machine images
WWW=		https://www.packer.io/

LICENSE_NAME=   Business Source License 1.1
LICENSE_FILE=   ${WRKSRC}/LICENSE
LICENSE_PERMS=  dist-mirror pkg-mirror pkg-sell auto-accept

USES=		cpe go:modules
CPE_VENDOR=	hashicorp
GO_MODULE=	github.com/hashicorp/packer

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>