mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
Changelog: https://pypi.org/project/azure-mgmt-applicationinsights/0.2.0/ Reported by: portscout
23 lines
640 B
Makefile
23 lines
640 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= azure-mgmt-applicationinsights
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Microsoft Azure Application Insights Management Cli Library for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
|
|
|
|
USES= azurepy python zip
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|