forked from Lainports/freebsd-ports
Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-storage/CHANGELOG.md
29 lines
1.1 KiB
Makefile
29 lines
1.1 KiB
Makefile
PORTNAME= google-cloud-storage
|
|
PORTVERSION= 1.52.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Official library for Google Cloud Storage
|
|
WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-storage/latest/ \
|
|
https://googleapis.github.io/google-cloud-ruby/docs/ \
|
|
https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-storage \
|
|
https://github.com/googleapis/google-cloud-ruby
|
|
|
|
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-core>=0.13<1:devel/rubygem-google-apis-core \
|
|
rubygem-google-apis-iamcredentials_v1>=0.18<1:devel/rubygem-google-apis-iamcredentials_v1 \
|
|
rubygem-google-apis-storage_v1>=0.38<1:devel/rubygem-google-apis-storage_v1 \
|
|
rubygem-google-cloud-core>=1.6<2:net/rubygem-google-cloud-core \
|
|
rubygem-googleauth>=1.9<2:security/rubygem-googleauth \
|
|
rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|