diff options
author | robak <robak@FreeBSD.org> | 2014-09-12 16:54:29 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2014-09-12 16:54:29 +0800 |
commit | 1b1173b060c91cc4fcb8e18862830c6d0cf072fe (patch) | |
tree | 6ccc19f83fcd252c5a333b2594983c1f35c929a0 /net | |
parent | 6b85f83a08c9de56e30bec52c569820b556c7fa6 (diff) | |
download | freebsd-ports-gnome-1b1173b060c91cc4fcb8e18862830c6d0cf072fe.tar.gz freebsd-ports-gnome-1b1173b060c91cc4fcb8e18862830c6d0cf072fe.tar.zst freebsd-ports-gnome-1b1173b060c91cc4fcb8e18862830c6d0cf072fe.zip |
net/py-pyvmomi: new port - official VMware vSphere API
pyVmomi is the Python SDK for the VMware vSphere API
that allows you to manipulate ESX, ESXi, and vCenter.
- Forgot to include net/Makefile initially, fixing this
Submitted by: Bartek Rutkowski <robak@FreeBSD.org>
Approved by: mentors (implicit)
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 974e95498923..9e87be3db8c7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -893,6 +893,7 @@ SUBDIR += py-pypcap SUBDIR += py-pysendfile SUBDIR += py-pysphere + SUBDIR += py-pyvmomi SUBDIR += py-pyzmq SUBDIR += py-qt4-network SUBDIR += py-radix |