freebsd-ports/databases/rubygem-red-gandiva/Makefile
Po-Chuan Hsieh f8ad92bbf7
databases/rubygem-red-gandiva: Add rubygem-red-gandiva 8.0.0
Red Gandiva is the Ruby bindings of Gandiva. Red Gandiva is based on GObject
Introspection.

Gandiva is a toolset for compiling and evaluating expressions on Arrow data.

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

Red Gandiva uses Gandiva GLib and gobject-introspection gem to generate Ruby
bindings of Gandiva.

See also: https://github.com/apache/arrow/tree/master/ruby/red-gandiva
2022-10-09 23:37:44 +08:00

22 lines
502 B
Makefile

PORTNAME= red-gandiva
PORTVERSION= 8.0.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby bindings of Gandiva
WWW= https://arrow.apache.org/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
LIB_DEPENDS= libarrow-glib.so:databases/arrow-glib
RUN_DEPENDS= rubygem-red-arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-red-arrow
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>