summaryrefslogtreecommitdiff
path: root/net/rubygem-google-cloud-storage_transfer/Makefile
blob: 58a957a6b9d9f743a7cdabf73fc8612629999432 (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
PORTNAME=	google-cloud-storage_transfer
PORTVERSION=	1.5.2
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Official library for Google Cloud Storage Transfer
WWW=		https://cloud.google.com/ruby/docs/reference/google-cloud-storage_transfer/latest \
		https://googleapis.github.io/google-cloud-ruby/docs/ \
		https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-storage_transfer \
		https://github.com/googleapis/google-cloud-ruby

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

RUN_DEPENDS=	rubygem-google-cloud-core>=1.6<2:net/rubygem-google-cloud-core \
		rubygem-google-cloud-storage_transfer-v1>=0.9<2:net/rubygem-google-cloud-storage_transfer-v1

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>