freebsd-ports/sysutils/py-azure-cli-cosmosdb/Makefile
Danilo G. Baio e057e8886e sysutils/py-azure-cli-cosmosdb: Update to 0.2.10
Reported by:	portscout
2019-04-28 18:08:03 +00:00

23 lines
645 B
Makefile

# $FreeBSD$
PORTNAME= azure-cli-cosmosdb
PORTVERSION= 0.2.10
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Command-Line Tools Cosmos DB Command Module
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cosmosdb>=0.5.2:devel/py-azure-mgmt-cosmosdb@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydocumentdb>=2.0.1:devel/py-pydocumentdb@${PY_FLAVOR}
USES= azurepy python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>