Add rubygem-fog-digitalocean 0.3.0

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

WWW: https://github.com/fog/fog-digitalocean
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-03-14 21:34:53 +00:00
parent 7246907ca8
commit fad32d7eff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436177
4 changed files with 31 additions and 0 deletions

View File

@ -1149,6 +1149,7 @@
SUBDIR += rubygem-fog-azure
SUBDIR += rubygem-fog-brightbox
SUBDIR += rubygem-fog-cloudatcost
SUBDIR += rubygem-fog-digitalocean
SUBDIR += rubygem-fog-dynect
SUBDIR += rubygem-fog-ecloud
SUBDIR += rubygem-fog-google

View File

@ -0,0 +1,24 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-digitalocean
PORTVERSION= 0.3.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for the 'fog' gem to support DigitalOcean
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 \
rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \
rubygem-ipaddress>=0.5:net/rubygem-ipaddress
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1489519224
SHA256 (rubygem/fog-digitalocean-0.3.0.gem) = e6fa84c0a7fc4d3ee611912f40b5e9fe28e555527990f28d345dea8515a94fff
SIZE (rubygem/fog-digitalocean-0.3.0.gem) = 47104

View File

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