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

25 lines
476 B
Makefile

PORTNAME= docker-machine
PORTVERSION= 0.16.2
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= lifanov@FreeBSD.org
COMMENT= Tool to create Docker hosts
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
PLIST_FILES= bin/docker-machine
USE_GITHUB= yes
USES= go
GH_ACCOUNT= docker
GH_PROJECT= machine
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
GO_TARGET= github.com/${GH_ACCOUNT}/${GH_PROJECT}/cmd/${PORTNAME}
.include <bsd.port.mk>