- Add rubygem-fog-riakcs 0.1.0
Fog::Riakcs is a module for the fog gem to support RiakCS. WWW: https://github.com/fog/fog-riakcs RG: https://rubygems.org/gems/fog-riakcs
This commit is contained in:
parent
7ac5d290e3
commit
f08ed8e794
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382664
@ -1045,6 +1045,7 @@
|
||||
SUBDIR += rubygem-fog-ecloud
|
||||
SUBDIR += rubygem-fog-profitbricks
|
||||
SUBDIR += rubygem-fog-radosgw
|
||||
SUBDIR += rubygem-fog-riakcs
|
||||
SUBDIR += rubygem-fog-sakuracloud
|
||||
SUBDIR += rubygem-fog-serverlove
|
||||
SUBDIR += rubygem-fog-softlayer
|
||||
|
22
net/rubygem-fog-riakcs/Makefile
Normal file
22
net/rubygem-fog-riakcs/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fog-riakcs
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Module for the 'fog' gem to support RiakCS
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \
|
||||
rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \
|
||||
rubygem-fog-xml>=0:${PORTSDIR}/textproc/rubygem-fog-xml
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-fog-riakcs/distinfo
Normal file
2
net/rubygem-fog-riakcs/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/fog-riakcs-0.1.0.gem) = b5431e8863829177fb79102e67ddb6dbdc5462c52ad45733774f0d3f1b617dd9
|
||||
SIZE (rubygem/fog-riakcs-0.1.0.gem) = 17408
|
4
net/rubygem-fog-riakcs/pkg-descr
Normal file
4
net/rubygem-fog-riakcs/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Fog::Riakcs is a module for the fog gem to support RiakCS.
|
||||
|
||||
WWW: https://github.com/fog/fog-riakcs
|
||||
RG: https://rubygems.org/gems/fog-riakcs
|
Loading…
Reference in New Issue
Block a user