diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-azure_mgmt_vmware_cloudsimple/Makefile | 21 | ||||
-rw-r--r-- | devel/rubygem-azure_mgmt_vmware_cloudsimple/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-azure_mgmt_vmware_cloudsimple/pkg-descr | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index abd1557927f4..7b4a20cc01cc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5807,6 +5807,7 @@ SUBDIR += rubygem-azure_mgmt_subscriptions SUBDIR += rubygem-azure_mgmt_time_series_insights SUBDIR += rubygem-azure_mgmt_traffic_manager + SUBDIR += rubygem-azure_mgmt_vmware_cloudsimple SUBDIR += rubygem-backports SUBDIR += rubygem-bacon SUBDIR += rubygem-baf diff --git a/devel/rubygem-azure_mgmt_vmware_cloudsimple/Makefile b/devel/rubygem-azure_mgmt_vmware_cloudsimple/Makefile new file mode 100644 index 000000000000..87e5ed49b315 --- /dev/null +++ b/devel/rubygem-azure_mgmt_vmware_cloudsimple/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= azure_mgmt_vmware_cloudsimple +PORTVERSION= 0.17.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Microsoft Azure VMware CloudSimple 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> diff --git a/devel/rubygem-azure_mgmt_vmware_cloudsimple/distinfo b/devel/rubygem-azure_mgmt_vmware_cloudsimple/distinfo new file mode 100644 index 000000000000..a887ed0b8584 --- /dev/null +++ b/devel/rubygem-azure_mgmt_vmware_cloudsimple/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1579306259 +SHA256 (rubygem/azure_mgmt_vmware_cloudsimple-0.17.0.gem) = ece637f6091a6fb03325aa4980d71eeb9030d469da9403ee91770054aa8facfd +SIZE (rubygem/azure_mgmt_vmware_cloudsimple-0.17.0.gem) = 32256 diff --git a/devel/rubygem-azure_mgmt_vmware_cloudsimple/pkg-descr b/devel/rubygem-azure_mgmt_vmware_cloudsimple/pkg-descr new file mode 100644 index 000000000000..17cd6c3427c7 --- /dev/null +++ b/devel/rubygem-azure_mgmt_vmware_cloudsimple/pkg-descr @@ -0,0 +1,4 @@ +Microsoft Azure VMware CloudSimple 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_vmware_cloudsimple |