Files
ports/sysutils/govmomi/Makefile
T

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>