1PORTNAME= google-cloud-storage_transfer-v1 2PORTVERSION= 1.1.1 3CATEGORIES= net rubygems 4MASTER_SITES= RG 5PKGNAMESUFFIX= -gitlab 6 7MAINTAINER= mfechner@FreeBSD.org 8COMMENT= Official library for Google Cloud Storage Transfer 9WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-storage_transfer-v1/latest \ 10 https://googleapis.github.io/google-cloud-ruby/docs/ \ 11 https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-storage_transfer-v1 \ 12 https://github.com/googleapis/google-cloud-ruby 13 14LICENSE= Apache-2.0 15LICENSE_FILE= ${WRKSRC}/LICENSE.md 16 17BUILD_DEPENDS= ${RUN_DEPENDS} 18RUN_DEPENDS= rubygem-gapic-common-gitlab>=0.21.1<2:devel/rubygem-gapic-common-gitlab \ 19 rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors 20 21USES= gem 22 23NO_ARCH= yes 24 25.include <bsd.port.mk> 26