1PORTNAME= google-cloud-storage_transfer 2PORTVERSION= 1.2.0 3CATEGORIES= net rubygems 4MASTER_SITES= RG 5PKGNAMESUFFIX= 12 6 7MAINTAINER= ruby@FreeBSD.org 8COMMENT= Official library for Google Cloud Storage Transfer 9WWW= https://github.com/googleapis/google-cloud-ruby 10 11LICENSE= Apache-2.0 12LICENSE_FILE= ${WRKSRC}/LICENSE.md 13 14BUILD_DEPENDS= ${RUN_DEPENDS} 15RUN_DEPENDS= rubygem-google-cloud-core>=1.6<2:net/rubygem-google-cloud-core \ 16 rubygem-google-cloud-storage_transfer-v1>=0.5<2:net/rubygem-google-cloud-storage_transfer-v1 17 18USES= gem 19 20NO_ARCH= yes 21 22PORTSCOUT= limit:^1\.2\. 23 24.include <bsd.port.mk> 25