ea54618e3b
Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-bigtable-v2/CHANGELOG.md
23 lines
492 B
Makefile
23 lines
492 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= google-cloud-bigtable-v2
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby Client for the Cloud Bigtable V2 API
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-gapic-common>=0.7<2.0:devel/rubygem-gapic-common \
|
|
rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|