Files
ports/sysutils/docker-machine/Makefile
T
Adam Weinberger 0bdd2ad334 go: Bump go124-dependent ports
Earlier I bumped the default Go to 1.24. Ports that specify a lower
version will still build with those lower version (for now), so they
don't need a bumping. Instead I'm bumping anything that (now) has go124
as a dependency.
2025-05-21 15:58:15 -04:00

32 lines
663 B
Makefile

PORTNAME= docker-machine
PORTVERSION= 0.16.2
DISTVERSIONPREFIX= v
PORTREVISION= 26
CATEGORIES= sysutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to create Docker hosts
WWW= https://github.com/docker/machine/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
PLIST_FILES= bin/docker-machine
USE_GITHUB= yes
USES= go
GH_ACCOUNT= docker
GH_PROJECT= machine
GH_TUPLE= golang:sys:v0.6.0:sys
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
GO_TARGET= github.com/${GH_ACCOUNT}/${GH_PROJECT}/cmd/${PORTNAME}
pre-build:
${RM} -r ${WRKSRC}/vendor/golang.org/x/sys
${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys
.include <bsd.port.mk>