freebsd-ports/sysutils/packer/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
312 B
Makefile

PORTNAME= packer
PORTVERSION= 1.6.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= lifanov@FreeBSD.org
COMMENT= Tool for creating machine images
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
PLIST_FILES= bin/${PORTNAME}
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= hashicorp
.include <bsd.port.mk>