freebsd-ports/net/rubygem-fog-ecloud/Makefile
Sunpoet Po-Chuan Hsieh 5108b679d6 - Add rubygem-fog-ecloud 0.0.2
Fog::Ecloud is a module for the fog gem to support Terremark EnterpriseCloud.

WWW: https://github.com/fog/fog-ecloud
RG:  https://rubygems.org/gems/fog-ecloud
2014-12-28 13:18:24 +00:00

21 lines
481 B
Makefile

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