aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-fog-google/Makefile
blob: fe6ab690b38c988957af4abcce491c6503b104d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	fog-google
PORTVERSION=	1.16.1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Module for the 'fog' gem to support Google Cloud

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

RUN_DEPENDS=	rubygem-fog-core210>=0:devel/rubygem-fog-core210 \
		rubygem-fog-json>=1.2<2:devel/rubygem-fog-json \
		rubygem-fog-xml>=0.1.0<0.2:textproc/rubygem-fog-xml \
		rubygem-google-apis-compute_v1>=0.14<1:devel/rubygem-google-apis-compute_v1 \
		rubygem-google-apis-dns_v1>=0.12<1:dns/rubygem-google-apis-dns_v1 \
		rubygem-google-apis-iamcredentials_v1>=0.6<1:devel/rubygem-google-apis-iamcredentials_v1 \
		rubygem-google-apis-monitoring_v3>=0.12<1:devel/rubygem-google-apis-monitoring_v3 \
		rubygem-google-apis-pubsub_v1>=0.7<1:devel/rubygem-google-apis-pubsub_v1 \
		rubygem-google-apis-sqladmin_v1beta4>=0.13<1:devel/rubygem-google-apis-sqladmin_v1beta4 \
		rubygem-google-apis-storage_v1>=0.6<1:devel/rubygem-google-apis-storage_v1 \
		rubygem-google-cloud-env>=1.2<2:net/rubygem-google-cloud-env

USES=		gem shebangfix
USE_RUBY=	yes

NO_ARCH=	yes

SHEBANG_FILES=	.github/scripts/setup_creds.sh

.include <bsd.port.mk>