mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
20d6082b23
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
22 lines
475 B
Makefile
22 lines
475 B
Makefile
# 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>
|