freebsd-ports/net/rubygem-fog-google/Makefile
Sunpoet Po-Chuan Hsieh 813f2a0af8 - Add rubygem-fog-google 0.0.5
Fog currently supports two Google Cloud services (Google Compute Engine and
Google Cloud Storage) via Fog::Google.

WWW: https://github.com/fog/fog-google
RG:  https://rubygems.org/gems/fog-google
2015-05-10 20:15:58 +00:00

22 lines
527 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-google
PORTVERSION= 0.0.5
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for the 'fog' gem to support Google Cloud
LICENSE= MIT
RUN_DEPENDS= rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \
rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \
rubygem-fog-xml>=0:${PORTSDIR}/textproc/rubygem-fog-xml
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>