Po-Chuan Hsieh 56255d62b6
databases/rubygem-red-arrow-flight-sql: Add rubygem-red-arrow-flight-sql 21.0.0
Red Arrow Flight SQL is the Ruby bindings of Apache Arrow Flight SQL. Red Arrow
Flight SQL is based on GObject Introspection.

Apache Arrow Flight SQL is one of Apache Arrow components to interact with SQL
databases using the Apache Arrow in-memory format and Apache Arrow Flight.

GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.

Red Arrow Flight SQL uses Apache Arrow Flight SQL GLib and gobject-introspection
gem to generate Ruby bindings of Apache Arrow Flight SQL.
2025-11-05 18:23:37 +08:00

22 lines
549 B
Makefile

PORTNAME= red-arrow-flight-sql
PORTVERSION= 21.0.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby bindings of Apache Arrow Flight SQL
WWW= https://arrow.apache.org/ \
https://github.com/apache/arrow/tree/main/ruby/red-arrow-flight-sql
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
RUN_DEPENDS= rubygem-red-arrow-flight>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-red-arrow-flight
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>