aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-fog-sakuracloud/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-11-24 19:08:45 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-11-24 19:08:45 +0000
commit20d6082b23227c77940ebcae3e6214376b9baa04 (patch)
treef816d15bd6d7b6e6c12316e6442900d16d366d8a /net/rubygem-fog-sakuracloud/Makefile
parent6848b973c514778318cad51372d8703958ca8ba9 (diff)
downloadports-20d6082b23227c77940ebcae3e6214376b9baa04.tar.gz
ports-20d6082b23227c77940ebcae3e6214376b9baa04.zip
- Add rubygem-fog-sakuracloud 0.1.1
Fog::Sakuracloud is a module for the fog gem that allows you to manage resources in the Sakura no Cloud. WWW: https://github.com/fog/fog-sakuracloud RG: https://rubygems.org/gems/fog-sakuracloud
Notes
Notes: svn path=/head/; revision=373355
Diffstat (limited to 'net/rubygem-fog-sakuracloud/Makefile')
-rw-r--r--net/rubygem-fog-sakuracloud/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/rubygem-fog-sakuracloud/Makefile b/net/rubygem-fog-sakuracloud/Makefile
new file mode 100644
index 000000000000..c08af6883f75
--- /dev/null
+++ b/net/rubygem-fog-sakuracloud/Makefile
@@ -0,0 +1,21 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= fog-sakuracloud
+PORTVERSION= 0.1.1
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Module for the 'fog' gem to support Sakura no Cloud
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \
+ rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>