2015-05-10 22:15:58 +02:00
|
|
|
PORTNAME= fog-google
|
2023-08-21 19:06:20 +02:00
|
|
|
PORTVERSION= 1.22.0
|
2015-05-10 22:15:58 +02:00
|
|
|
CATEGORIES= net rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Module for the 'fog' gem to support Google Cloud
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/fog/fog-google
|
2015-05-10 22:15:58 +02:00
|
|
|
|
|
|
|
LICENSE= MIT
|
2015-10-02 08:55:02 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
2015-05-10 22:15:58 +02:00
|
|
|
|
2023-07-09 12:25:45 +02:00
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.7.0:www/rubygem-addressable \
|
|
|
|
rubygem-fog-core210>=0<2.3:devel/rubygem-fog-core210 \
|
2019-10-20 19:19:19 +02:00
|
|
|
rubygem-fog-json>=1.2<2:devel/rubygem-fog-json \
|
|
|
|
rubygem-fog-xml>=0.1.0<0.2:textproc/rubygem-fog-xml \
|
2023-05-07 18:04:56 +02:00
|
|
|
rubygem-google-apis-compute_v1>=0.53<1:devel/rubygem-google-apis-compute_v1 \
|
|
|
|
rubygem-google-apis-dns_v1>=0.28<1:dns/rubygem-google-apis-dns_v1 \
|
|
|
|
rubygem-google-apis-iamcredentials_v1>=0.15<1:devel/rubygem-google-apis-iamcredentials_v1 \
|
|
|
|
rubygem-google-apis-monitoring_v3>=0.37<1:devel/rubygem-google-apis-monitoring_v3 \
|
|
|
|
rubygem-google-apis-pubsub_v1>=0.30<1:devel/rubygem-google-apis-pubsub_v1 \
|
|
|
|
rubygem-google-apis-sqladmin_v1beta4>=0.38<1:devel/rubygem-google-apis-sqladmin_v1beta4 \
|
2023-07-09 12:25:45 +02:00
|
|
|
rubygem-google-apis-storage_v1>=0.19<1:devel/rubygem-google-apis-storage_v1 \
|
2020-08-19 18:25:40 +02:00
|
|
|
rubygem-google-cloud-env>=1.2<2:net/rubygem-google-cloud-env
|
2015-05-10 22:15:58 +02:00
|
|
|
|
2021-10-13 07:38:58 +02:00
|
|
|
USES= gem shebangfix
|
2018-09-23 20:19:16 +02:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
2015-05-10 22:15:58 +02:00
|
|
|
|
2021-10-13 07:38:58 +02:00
|
|
|
SHEBANG_FILES= .github/scripts/setup_creds.sh
|
|
|
|
|
2015-05-10 22:15:58 +02:00
|
|
|
.include <bsd.port.mk>
|