mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add rubygem-azure-storage-queue 1.1.0
Microsoft Azure Storage Queue Client Library for Ruby. WWW: https://github.com/Azure/azure-storage-ruby WWW: https://github.com/Azure/azure-storage-ruby/tree/master/queue
This commit is contained in:
parent
e95a4f55e6
commit
f9b0f51e20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524274
@ -5676,6 +5676,7 @@
|
||||
SUBDIR += rubygem-azure-storage-blob
|
||||
SUBDIR += rubygem-azure-storage-common
|
||||
SUBDIR += rubygem-azure-storage-file
|
||||
SUBDIR += rubygem-azure-storage-queue
|
||||
SUBDIR += rubygem-backports
|
||||
SUBDIR += rubygem-bacon
|
||||
SUBDIR += rubygem-baf
|
||||
|
23
devel/rubygem-azure-storage-queue/Makefile
Normal file
23
devel/rubygem-azure-storage-queue/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= azure-storage-queue
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Microsoft Azure Storage Queue Client Library for Ruby
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= rubygem-azure-core>=0.1.13<0.2:net/rubygem-azure-core \
|
||||
rubygem-azure-storage-common>=1.0<2:devel/rubygem-azure-storage-common \
|
||||
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-queue/distinfo
Normal file
3
devel/rubygem-azure-storage-queue/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1579305997
|
||||
SHA256 (rubygem/azure-storage-queue-1.1.0.gem) = c4eac92981c95e3744f9d4185bd514071a65a6a930536317457b5aebfb6a786b
|
||||
SIZE (rubygem/azure-storage-queue-1.1.0.gem) = 13824
|
4
devel/rubygem-azure-storage-queue/pkg-descr
Normal file
4
devel/rubygem-azure-storage-queue/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Microsoft Azure Storage Queue Client Library for Ruby.
|
||||
|
||||
WWW: https://github.com/Azure/azure-storage-ruby
|
||||
WWW: https://github.com/Azure/azure-storage-ruby/tree/master/queue
|
Loading…
Reference in New Issue
Block a user