1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add rubygem-azure_mgmt_resources 0.17.8

Microsoft Azure Resource Management Client Library for Ruby.

This project provides a Ruby gem for easy access to the Azure ARM Resources API.
With this gem you can create/update/list/delete resources, resource groups,
resource providers and deployments.

WWW: https://github.com/Azure/azure-sdk-for-ruby
WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_resources
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-01-27 19:34:11 +00:00
parent e302df1d58
commit d7a4a18b23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524386
4 changed files with 33 additions and 0 deletions

View File

@ -5788,6 +5788,7 @@
SUBDIR += rubygem-azure_mgmt_reservations
SUBDIR += rubygem-azure_mgmt_resource_health
SUBDIR += rubygem-azure_mgmt_resourcegraph
SUBDIR += rubygem-azure_mgmt_resources
SUBDIR += rubygem-backports
SUBDIR += rubygem-bacon
SUBDIR += rubygem-baf

View File

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= azure_mgmt_resources
PORTVERSION= 0.17.8
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Microsoft Azure Resource Management Client Library for Ruby
LICENSE= APACHE20
RUN_DEPENDS= rubygem-ms_rest_azure>=0.11.1<0.12:devel/rubygem-ms_rest_azure
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1579306221
SHA256 (rubygem/azure_mgmt_resources-0.17.8.gem) = 17458ad3c161c2e75bee23acec7d4eecba7986e39a7c99882a5d36994a13d70c
SIZE (rubygem/azure_mgmt_resources-0.17.8.gem) = 310784

View File

@ -0,0 +1,8 @@
Microsoft Azure Resource Management Client Library for Ruby.
This project provides a Ruby gem for easy access to the Azure ARM Resources API.
With this gem you can create/update/list/delete resources, resource groups,
resource providers and deployments.
WWW: https://github.com/Azure/azure-sdk-for-ruby
WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_resources