New port: net/rubygem-fog-azure
This library can be used as a module for `fog` or as standalone provider to use the Azure cloud services in applications. WWW: http://github.com/fog/fog-azure Approved by: swills (mentor)
This commit is contained in:
parent
8fd86c68b0
commit
a83cd5bf92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419182
4 changed files with 32 additions and 0 deletions
|
@ -1114,6 +1114,7 @@
|
|||
SUBDIR += rubygem-fog-aliyun
|
||||
SUBDIR += rubygem-fog-atmos
|
||||
SUBDIR += rubygem-fog-aws
|
||||
SUBDIR += rubygem-fog-azure
|
||||
SUBDIR += rubygem-fog-brightbox
|
||||
SUBDIR += rubygem-fog-cloudatcost
|
||||
SUBDIR += rubygem-fog-dynect
|
||||
|
|
24
net/rubygem-fog-azure/Makefile
Normal file
24
net/rubygem-fog-azure/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fog-azure
|
||||
PORTVERSION= 0.0.2
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Module for the 'fog' gem to support Microsoft Azure
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-azure>=0.6:net/rubygem-azure \
|
||||
rubygem-fog-core>=1.38:devel/rubygem-fog-core \
|
||||
rubygem-fog-json>=1.0:devel/rubygem-fog-json \
|
||||
rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rubygem-fog-azure/distinfo
Normal file
3
net/rubygem-fog-azure/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1469629146
|
||||
SHA256 (rubygem/fog-azure-0.0.2.gem) = 94b9bc361f7dfecf0066c884dab78c0da577ff331a6ab55d6ee9fca082fdafad
|
||||
SIZE (rubygem/fog-azure-0.0.2.gem) = 15872
|
4
net/rubygem-fog-azure/pkg-descr
Normal file
4
net/rubygem-fog-azure/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This library can be used as a module for `fog` or as standalone provider to use
|
||||
the Azure cloud services in applications.
|
||||
|
||||
WWW: http://github.com/fog/fog-azure
|
Loading…
Reference in a new issue