mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add rubygem-azure-storage-common 1.1.0
Microsoft Azure Storage Common Client Library for Ruby. WWW: https://github.com/Azure/azure-storage-ruby WWW: https://github.com/Azure/azure-storage-ruby/tree/master/common
This commit is contained in:
parent
1773e2d2f4
commit
0b4b69e7b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524272
@ -5674,6 +5674,7 @@
|
||||
SUBDIR += rubygem-axiom-types
|
||||
SUBDIR += rubygem-azure-storage
|
||||
SUBDIR += rubygem-azure-storage-blob
|
||||
SUBDIR += rubygem-azure-storage-common
|
||||
SUBDIR += rubygem-backports
|
||||
SUBDIR += rubygem-bacon
|
||||
SUBDIR += rubygem-baf
|
||||
|
22
devel/rubygem-azure-storage-common/Makefile
Normal file
22
devel/rubygem-azure-storage-common/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-storage-common
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Storage Common Client Library for Ruby
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= rubygem-azure-core>=0.1.13<0.2:net/rubygem-azure-core \
|
||||
rubygem-nokogiri>=1.6.8<2:textproc/rubygem-nokogiri
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-azure-storage-common/distinfo
Normal file
3
devel/rubygem-azure-storage-common/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1579305993
|
||||
SHA256 (rubygem/azure-storage-common-1.1.0.gem) = 0e26d70a52702151307d046559b213288339f7d341aff27acf499426b2282da9
|
||||
SIZE (rubygem/azure-storage-common-1.1.0.gem) = 35840
|
4
devel/rubygem-azure-storage-common/pkg-descr
Normal file
4
devel/rubygem-azure-storage-common/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Microsoft Azure Storage Common Client Library for Ruby.
|
||||
|
||||
WWW: https://github.com/Azure/azure-storage-ruby
|
||||
WWW: https://github.com/Azure/azure-storage-ruby/tree/master/common
|
Loading…
Reference in New Issue
Block a user