diff --git a/devel/Makefile b/devel/Makefile index 8b9ea0320238..02cb121abb62 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4392,6 +4392,7 @@ SUBDIR += py-azure-mgmt-reservations SUBDIR += py-azure-mgmt-resource SUBDIR += py-azure-mgmt-search + SUBDIR += py-azure-mgmt-security SUBDIR += py-azure-mgmt-servicebus SUBDIR += py-azure-mgmt-servicefabric SUBDIR += py-azure-mgmt-signalr diff --git a/devel/py-azure-mgmt-security/Makefile b/devel/py-azure-mgmt-security/Makefile new file mode 100644 index 000000000000..7d6297e35b53 --- /dev/null +++ b/devel/py-azure-mgmt-security/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-security +PORTVERSION= 0.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Microsoft Azure Secutiry Center Management Client 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 diff --git a/devel/py-azure-mgmt-security/distinfo b/devel/py-azure-mgmt-security/distinfo new file mode 100644 index 000000000000..19bee48acfa8 --- /dev/null +++ b/devel/py-azure-mgmt-security/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1551394950 +SHA256 (azure-mgmt-security-0.1.0.zip) = 1d42ced0690d10ebe5f83bf20be835e1a424d81463e59857cc402f218e3164b1 +SIZE (azure-mgmt-security-0.1.0.zip) = 150836 diff --git a/devel/py-azure-mgmt-security/pkg-descr b/devel/py-azure-mgmt-security/pkg-descr new file mode 100644 index 000000000000..b2acf4b0deca --- /dev/null +++ b/devel/py-azure-mgmt-security/pkg-descr @@ -0,0 +1,6 @@ +This is the Microsoft Azure Secutiry Center Management Client Library. + +Azure Resource Manager (ARM) is the next generation of management APIs that +replace the old Azure Service Management (ASM). + +WWW: https://pypi.org/project/azure-mgmt-security/