2015-05-10 22:15:58 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fog-google
|
2018-08-23 19:58:30 +02:00
|
|
|
PORTVERSION= 1.7.1
|
2015-05-10 22:15:58 +02:00
|
|
|
CATEGORIES= net rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Module for the 'fog' gem to support Google Cloud
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2015-10-02 08:55:02 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
2015-05-10 22:15:58 +02:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \
|
|
|
|
rubygem-fog-json>=0:devel/rubygem-fog-json \
|
2018-01-10 13:42:56 +01:00
|
|
|
rubygem-fog-xml>=0:textproc/rubygem-fog-xml \
|
2018-07-29 21:22:21 +02:00
|
|
|
rubygem-google-api-client>=0.23.0:devel/rubygem-google-api-client
|
2015-05-10 22:15:58 +02:00
|
|
|
|
2015-06-23 22:26:52 +02:00
|
|
|
NO_ARCH= yes
|
2015-05-10 22:15:58 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2015-05-10 22:15:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|