Add rubygem-fog-joyent 0.0.1

Fog::Joyent is a module for the fog gem to support Joyent.

WWW: https://github.com/fog/fog-joyent
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-08-02 18:30:59 +00:00
parent 384454dd88
commit c4ca00b3fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447145
4 changed files with 29 additions and 0 deletions

View file

@ -1169,6 +1169,7 @@
SUBDIR += rubygem-fog-ecloud
SUBDIR += rubygem-fog-google
SUBDIR += rubygem-fog-internet-archive
SUBDIR += rubygem-fog-joyent
SUBDIR += rubygem-fog-local
SUBDIR += rubygem-fog-openstack
SUBDIR += rubygem-fog-powerdns

View file

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-joyent
PORTVERSION= 0.0.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for the 'fog' gem to support Joyent
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-fog-core>=1.42:devel/rubygem-fog-core \
rubygem-fog-json>=1.0:devel/rubygem-fog-json
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1501695944
SHA256 (rubygem/fog-joyent-0.0.1.gem) = 60ed1ffff21137068d42e1ba660d2f78173092185401b7ef28628562a3825105
SIZE (rubygem/fog-joyent-0.0.1.gem) = 25088

View file

@ -0,0 +1,3 @@
Fog::Joyent is a module for the fog gem to support Joyent.
WWW: https://github.com/fog/fog-joyent