From d6790d6e92140b0a98052910ffd40235d5abc719 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Jan 2020 19:32:00 +0000 Subject: [PATCH] Add rubygem-azure_mgmt_notification_hubs 0.17.2 Microsoft Azure Notification Hubs Management Client Library for Ruby. WWW: https://github.com/Azure/azure-sdk-for-ruby WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_notification_hubs --- devel/Makefile | 1 + .../Makefile | 21 +++++++++++++++++++ .../distinfo | 3 +++ .../pkg-descr | 4 ++++ 4 files changed, 29 insertions(+) create mode 100644 devel/rubygem-azure_mgmt_notification_hubs/Makefile create mode 100644 devel/rubygem-azure_mgmt_notification_hubs/distinfo create mode 100644 devel/rubygem-azure_mgmt_notification_hubs/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index 9a4cfb4dc10b..aec9ed9825ed 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5769,6 +5769,7 @@ SUBDIR += rubygem-azure_mgmt_mysql SUBDIR += rubygem-azure_mgmt_netapp SUBDIR += rubygem-azure_mgmt_network + SUBDIR += rubygem-azure_mgmt_notification_hubs SUBDIR += rubygem-backports SUBDIR += rubygem-bacon SUBDIR += rubygem-baf diff --git a/devel/rubygem-azure_mgmt_notification_hubs/Makefile b/devel/rubygem-azure_mgmt_notification_hubs/Makefile new file mode 100644 index 000000000000..4dc2dd5b1d38 --- /dev/null +++ b/devel/rubygem-azure_mgmt_notification_hubs/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= azure_mgmt_notification_hubs +PORTVERSION= 0.17.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Microsoft Azure Notification Hubs 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 diff --git a/devel/rubygem-azure_mgmt_notification_hubs/distinfo b/devel/rubygem-azure_mgmt_notification_hubs/distinfo new file mode 100644 index 000000000000..a1e6c5718b1f --- /dev/null +++ b/devel/rubygem-azure_mgmt_notification_hubs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1579306183 +SHA256 (rubygem/azure_mgmt_notification_hubs-0.17.2.gem) = 4b5ddbdf40c905c2571651f1f0b9c76716c7644f04b5322e9189983f635891f4 +SIZE (rubygem/azure_mgmt_notification_hubs-0.17.2.gem) = 23552 diff --git a/devel/rubygem-azure_mgmt_notification_hubs/pkg-descr b/devel/rubygem-azure_mgmt_notification_hubs/pkg-descr new file mode 100644 index 000000000000..baa8232334f8 --- /dev/null +++ b/devel/rubygem-azure_mgmt_notification_hubs/pkg-descr @@ -0,0 +1,4 @@ +Microsoft Azure Notification Hubs Management Client Library for Ruby. + +WWW: https://github.com/Azure/azure-sdk-for-ruby +WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_notification_hubs