freebsd-ports/net/rubygem-google-cloud-storage/Makefile
Sunpoet Po-Chuan Hsieh 26568d6d94 Update to 1.21.0
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-storage/CHANGELOG.md
2019-08-19 20:53:01 +00:00

27 lines
733 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= google-cloud-storage
PORTVERSION= 1.21.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Official library for Google Cloud Storage
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-addressable>=2.5<3:www/rubygem-addressable \
rubygem-digest-crc>=0.4<1:security/rubygem-digest-crc \
rubygem-google-api-client>=0.26<1:devel/rubygem-google-api-client \
rubygem-google-cloud-core>=1.2<2:net/rubygem-google-cloud-core \
rubygem-googleauth>=0.6.2<0.10.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>