blob: 357153533ee0b1fc632ea852e54979315cb4f6ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= google-cloud-compute-v1
PORTVERSION= 2.6.0
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby Client for the Google Cloud Compute V1 API
WWW= https://github.com/googleapis/google-cloud-ruby
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-gapic-common-gitlab>=0.20.0<2.0:devel/rubygem-gapic-common-gitlab \
rubygem-google-cloud-common>=1.0<2:devel/rubygem-google-cloud-common \
rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|