opnsense-ports/net/rubygem-google-cloud-bigtable/Makefile
Franco Fichtner ceb579850c */*: sync with upstream
Taken from: FreeBSD
2022-01-31 11:25:37 +01:00

23 lines
593 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= google-cloud-bigtable
PORTVERSION= 2.6.5
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Official library for Cloud Bigtable API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-google-cloud-bigtable-admin-v2>=0.0<1:net/rubygem-google-cloud-bigtable-admin-v2 \
rubygem-google-cloud-bigtable-v2>=0.0<1:net/rubygem-google-cloud-bigtable-v2 \
rubygem-google-cloud-core>=1.5<2:net/rubygem-google-cloud-core
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>