aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-azure-cli-security
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2019-03-01 22:11:15 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2019-03-01 22:11:15 +0000
commitc9942de52a1537ffc07690a60a81c104947977e9 (patch)
tree858992e2e6d5c71df8cabb1da29e77d80bd83635 /sysutils/py-azure-cli-security
parent7ae202c231f123432c788ce09d5b71931cbbca66 (diff)
downloadports-c9942de52a1537ffc07690a60a81c104947977e9.tar.gz
ports-c9942de52a1537ffc07690a60a81c104947977e9.zip
Add sysutils/py-azure-cli-security
Microsoft Azure CLI 'Security' Command Module 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-security/
Notes
Notes: svn path=/head/; revision=494320
Diffstat (limited to 'sysutils/py-azure-cli-security')
-rw-r--r--sysutils/py-azure-cli-security/Makefile22
-rw-r--r--sysutils/py-azure-cli-security/distinfo3
-rw-r--r--sysutils/py-azure-cli-security/pkg-descr8
3 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/py-azure-cli-security/Makefile b/sysutils/py-azure-cli-security/Makefile
new file mode 100644
index 000000000000..a12621ab3001
--- /dev/null
+++ b/sysutils/py-azure-cli-security/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= azure-cli-security
+PORTVERSION= 0.1.0
+CATEGORIES= sysutils python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dbaio@FreeBSD.org
+COMMENT= Microsoft Azure Command-Line Tools Azure Security Center
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-security>=0.1.0:devel/py-azure-mgmt-security@${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>
diff --git a/sysutils/py-azure-cli-security/distinfo b/sysutils/py-azure-cli-security/distinfo
new file mode 100644
index 000000000000..ded3ea10848a
--- /dev/null
+++ b/sysutils/py-azure-cli-security/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1551394751
+SHA256 (azure-cli-security-0.1.0.tar.gz) = e93b493e8e87cdc3796f8bf5560af9ad23d0d2470a559a65d213c588ff9ef354
+SIZE (azure-cli-security-0.1.0.tar.gz) = 7254
diff --git a/sysutils/py-azure-cli-security/pkg-descr b/sysutils/py-azure-cli-security/pkg-descr
new file mode 100644
index 000000000000..bf3376bd98b3
--- /dev/null
+++ b/sysutils/py-azure-cli-security/pkg-descr
@@ -0,0 +1,8 @@
+Microsoft Azure CLI 'Security' Command Module
+
+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-security/