freebsd-ports/sysutils/packer/Makefile
Nikolai Lifanov 4875d21b27 update sysutils/packer to 1.0.2
o update Packer to 1.0.2
o fetch from Hashicorp
o switch to USES=go
o inline single-entry plist
o add LICENSE_FILE
o take maintainership

Reviewed by:	swills
Approved by:	swills (maintainer)
Differential Revision:	https://reviews.freebsd.org/D11408
2017-07-05 18:21:36 +00:00

23 lines
365 B
Makefile

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