e984b35b66
Changelog: https://pypi.org/project/azure-cli-telemetry/1.0.3/ Reported by: portscout
22 lines
535 B
Makefile
22 lines
535 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= azure-cli-telemetry
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Microsoft Azure CLI Telemetry Package
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}applicationinsights>=0.11.1:devel/py-applicationinsights@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}portalocker>=1.2:devel/py-portalocker@${PY_FLAVOR}
|
|
|
|
USES= azurepy python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|