Add rubygem-google-cloud-bigquery 1.13.0
This is the official Ruby library for Google BigQuery. WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-bigquery PR: 240011 Submitted by: sanpei Reviewed by: sunpoet (myself, via private mail)
This commit is contained in:
parent
7669fa35fc
commit
2f067d116a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509505
4 changed files with 32 additions and 0 deletions
|
@ -1258,6 +1258,7 @@
|
|||
SUBDIR += rubygem-gitaly
|
||||
SUBDIR += rubygem-gitaly-proto
|
||||
SUBDIR += rubygem-gitlab_omniauth-ldap
|
||||
SUBDIR += rubygem-google-cloud-bigquery
|
||||
SUBDIR += rubygem-google-cloud-core
|
||||
SUBDIR += rubygem-google-cloud-env
|
||||
SUBDIR += rubygem-google-cloud-logging
|
||||
|
|
25
net/rubygem-google-cloud-bigquery/Makefile
Normal file
25
net/rubygem-google-cloud-bigquery/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= google-cloud-bigquery
|
||||
PORTVERSION= 1.13.0
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sanpei@FreeBSD.org
|
||||
COMMENT= Official Ruby library for Google BigQuery
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
|
||||
rubygem-google-api-client>=0.26<1:devel/rubygem-google-api-client \
|
||||
rubygem-google-cloud-core>=1.2<2:net/rubygem-google-cloud-core \
|
||||
rubygem-googleauth>=0.6.2<0.10.0:security/rubygem-googleauth \
|
||||
rubygem-mime-types>=3.0<4:misc/rubygem-mime-types
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rubygem-google-cloud-bigquery/distinfo
Normal file
3
net/rubygem-google-cloud-bigquery/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1566046114
|
||||
SHA256 (rubygem/google-cloud-bigquery-1.13.0.gem) = 36369446f91664543ecfabfd7abd8760243a86d613add17cdc416cca16ac6e6e
|
||||
SIZE (rubygem/google-cloud-bigquery-1.13.0.gem) = 135168
|
3
net/rubygem-google-cloud-bigquery/pkg-descr
Normal file
3
net/rubygem-google-cloud-bigquery/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is the official Ruby library for Google BigQuery.
|
||||
|
||||
WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-bigquery
|
Loading…
Reference in a new issue