freebsd-ports/databases/rubygem-red-arrow-dataset/Makefile
Po-Chuan Hsieh 931bf48dd4
databases/rubygem-red-arrow-dataset: Add rubygem-red-arrow-dataset 8.0.0
Red Arrow Dataset is the Ruby bindings of Apache Arrow Dataset. Red Arrow
Dataset is based on GObject Introspection.

Apache Arrow Dataset is one of Apache Arrow components to read and write
semantic datasets stored in different locations and formats.

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

Red Arrow Dataset uses Apache Arrow Dataset GLib and gobject-introspection gem
to generate Ruby bindings of Apache Arrow Dataset.

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

22 lines
521 B
Makefile

PORTNAME= red-arrow-dataset
PORTVERSION= 8.0.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby bindings of Apache Arrow Dataset
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>