forked from Lainports/freebsd-ports
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
23 lines
365 B
Makefile
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>
|