Files
ports/sysutils/packer/Makefile
Stefan Eßer 34ed142574 sysutils/packer: Add CPE information
Approved by:	portmgr (blanket)
2021-10-21 16:27:14 +02:00

23 lines
393 B
Makefile

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