614a5376c7
Changelog: https://pypi.org/project/azure-cli-policyinsights/0.1.1/ Reported by: portscout
22 lines
586 B
Makefile
22 lines
586 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= azure-cli-policyinsights
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Microsoft Azure Command-Line Tools Policy Insights Command Module
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-policyinsights>=0.2.0:devel/py-azure-mgmt-policyinsights@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
|
|
|
|
USES= azurepy python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|