1PORTNAME= google-cloud-bigquery 2PORTVERSION= 1.18.0 3PORTREVISION= 1 4CATEGORIES= net rubygems 5MASTER_SITES= RG 6 7MAINTAINER= sanpei@FreeBSD.org 8COMMENT= Official Ruby library for Google BigQuery 9WWW= https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-bigquery 10 11LICENSE= Apache-2.0 12LICENSE_FILE= ${WRKSRC}/LICENSE 13 14BUILD_DEPENDS= ${RUN_DEPENDS} 15RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ 16 rubygem-google-api-client>=0.33<1:devel/rubygem-google-api-client \ 17 rubygem-google-cloud-core>=1.2<2:net/rubygem-google-cloud-core \ 18 rubygem-googleauth>=0.9<2:security/rubygem-googleauth \ 19 rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime 20 21USES= gem 22 23NO_ARCH= yes 24 25.include <bsd.port.mk> 26