mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
24 lines
584 B
Makefile
24 lines
584 B
Makefile
# Created by: Bartek Rutkowski robak@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyvmomi
|
|
DISTVERSION= 6.0.0.2016.6
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP/source/p/${PORTNAME}
|
|
|
|
MAINTAINER= robak@FreeBSD.org
|
|
COMMENT= Python SDK for the VMware vSphere API of ESX, ESXi, and vCenter
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:www/py-requests \
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -E "/data_files/s|\[\(''|\[\('${DOCSDIR}'|" ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|