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

Plasma is an in-memory object store and cache for big data.

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

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

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

22 lines
500 B
Makefile

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