blob: 267ec4f8f16da2caa28ce6451f0dc11792a81858 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= azure-storage-queue
PORTVERSION= 2.0.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Microsoft Azure Storage Queue Client Library for Ruby
WWW= https://github.com/Azure/azure-storage-ruby/tree/master/queue \
https://github.com/Azure/azure-storage-ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-azure-storage-common>=2.0<3:devel/rubygem-azure-storage-common \
rubygem-nokogiri>=1.10.8<2:textproc/rubygem-nokogiri
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|