mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
1f01af5d16
- Update WWW - Fix gemspec for rubygem-google-apis-storage_v1 0.20.0 update Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-storage/CHANGELOG.md
27 lines
857 B
Makefile
27 lines
857 B
Makefile
PORTNAME= google-cloud-storage
|
|
PORTVERSION= 1.44.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Official library for Google Cloud Storage
|
|
WWW= https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-storage
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.8<3:www/rubygem-addressable \
|
|
rubygem-digest-crc>=0.4<1:security/rubygem-digest-crc \
|
|
rubygem-google-apis-iamcredentials_v1>=0.1<1:devel/rubygem-google-apis-iamcredentials_v1 \
|
|
rubygem-google-apis-storage_v1>=0.19.0<1:devel/rubygem-google-apis-storage_v1 \
|
|
rubygem-google-cloud-core>=1.6<2:net/rubygem-google-cloud-core \
|
|
rubygem-googleauth>=0.16.2<2.0:security/rubygem-googleauth \
|
|
rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|