mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
9ca8760dfe
Changelog: https://pypi.org/project/azure-cli-acs/2.3.18/ Reported by: portscout
31 lines
1.2 KiB
Makefile
31 lines
1.2 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= azure-cli-acs
|
|
PORTVERSION= 2.3.18
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Microsoft Azure Command-Line Tools ACS Command Module
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-authorization>=0.50.0:devel/py-azure-mgmt-authorization@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}azure-mgmt-compute>=4.4.0:devel/py-azure-mgmt-compute@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerservice>=4.4.0:devel/py-azure-mgmt-containerservice@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}azure-graphrbac>=0.53.0:devel/py-azure-graphrbac@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}paramiko>=2.0.8:security/py-paramiko@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}scp>=0:security/py-scp@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}sshtunnel>=0:net/py-sshtunnel@${PY_FLAVOR}
|
|
|
|
USES= azurepy python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|