fd26a786ba
Add TESTING_UNSAFE, opened a PR on project page (https://github.com/vmware/govmomi/issues/3604). Changelogs: https://github.com/vmware/govmomi/releases/tag/v0.45.1 https://github.com/vmware/govmomi/releases/tag/v0.45.0 https://github.com/vmware/govmomi/releases/tag/v0.44.1 https://github.com/vmware/govmomi/releases/tag/v0.44.0 PR: 282238 Approved by: submitter is maintainer
26 lines
513 B
Makefile
26 lines
513 B
Makefile
PORTNAME= govmomi
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.45.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= alex@i.org.ua
|
|
COMMENT= Go library for the VMware vSphere API
|
|
WWW= https://github.com/vmware/govmomi/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= go:modules
|
|
GO_MODULE= github.com/vmware/govmomi
|
|
|
|
GO_TARGET= ./govc \
|
|
./vcsim
|
|
|
|
PLIST_FILES= bin/govc \
|
|
bin/vcsim
|
|
|
|
TESTING_UNSAFE= Failing because nested Docker requirements. See \
|
|
https://github.com/vmware/govmomi/issues/3604
|
|
|
|
.include <bsd.port.mk>
|