aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-fog-rackspace
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-31 15:37:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-31 15:37:55 +0000
commitf345820aaeb4dc7980afa845386b8055b260b9f2 (patch)
tree96b9234c6633247ff1f21d889cf66eeed55bd198 /net/rubygem-fog-rackspace
parentbfa9a7dedd6dc470a29fa54bcba4081b50fdb5de (diff)
downloadports-f345820aaeb4dc7980afa845386b8055b260b9f2.tar.gz
ports-f345820aaeb4dc7980afa845386b8055b260b9f2.zip
- Add rubygem-fog-rackspace 0.1.1
Fog::Rackspace is a module for the 'fog' gem to support Rackspace. WWW: https://github.com/fog/fog-rackspace
Notes
Notes: svn path=/head/; revision=412235
Diffstat (limited to 'net/rubygem-fog-rackspace')
-rw-r--r--net/rubygem-fog-rackspace/Makefile25
-rw-r--r--net/rubygem-fog-rackspace/distinfo2
-rw-r--r--net/rubygem-fog-rackspace/pkg-descr3
3 files changed, 30 insertions, 0 deletions
diff --git a/net/rubygem-fog-rackspace/Makefile b/net/rubygem-fog-rackspace/Makefile
new file mode 100644
index 000000000000..6c58a72fe835
--- /dev/null
+++ b/net/rubygem-fog-rackspace/Makefile
@@ -0,0 +1,25 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= fog-rackspace
+PORTVERSION= 0.1.1
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Module for the 'fog' gem to support Rackspace
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-fog-core>=1.35: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.8:net/rubygem-ipaddress
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/net/rubygem-fog-rackspace/distinfo b/net/rubygem-fog-rackspace/distinfo
new file mode 100644
index 000000000000..0110eb955d74
--- /dev/null
+++ b/net/rubygem-fog-rackspace/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/fog-rackspace-0.1.1.gem) = 4a8c7a2432dd32321958c869f3b1b8190cf4eac292024e6ea267bc6040a44b78
+SIZE (rubygem/fog-rackspace-0.1.1.gem) = 227328
diff --git a/net/rubygem-fog-rackspace/pkg-descr b/net/rubygem-fog-rackspace/pkg-descr
new file mode 100644
index 000000000000..e212fb2d8880
--- /dev/null
+++ b/net/rubygem-fog-rackspace/pkg-descr
@@ -0,0 +1,3 @@
+Fog::Rackspace is a module for the 'fog' gem to support Rackspace.
+
+WWW: https://github.com/fog/fog-rackspace