summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2019-01-26 13:28:29 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2019-01-26 13:28:29 +0000
commitcca9328bc1be518fc36a4955c04cd15cd4754414 (patch)
tree7d21ecc015d835632f8737f86e1f464949bfaa3e /www
parentAdd USES azurepy: Shared namespace for py-azure-* ports (diff)
Add py-azure-cli: Microsoft Azure Command-Line Tools
It also adds all azure-cli libraries, modules and commands. The Azure CLI is a command-line tool providing a great experience for managing Azure resources. The CLI is designed to make scripting easy, query data, support long-running operations, and more. Try it today and find out what the CLI has to offer! WWW: https://pypi.org/project/azure-cli/ WWW: https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest
Notes
Notes: svn path=/head/; revision=491291
Diffstat (limited to 'www')
-rw-r--r--www/py-azure-common/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-azure-common/Makefile b/www/py-azure-common/Makefile
index 1713305300bd..231cd892bc48 100644
--- a/www/py-azure-common/Makefile
+++ b/www/py-azure-common/Makefile
@@ -2,6 +2,7 @@
PORTNAME= azure-common
PORTVERSION= 1.1.16
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ COMMENT= Microsoft Azure common code
LICENSE= APACHE20
-USES= python zip
+USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>