1PORTNAME= red-arrow-dataset 2PORTVERSION= 19.0.1 3CATEGORIES= databases rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Ruby bindings of Apache Arrow Dataset 8WWW= https://arrow.apache.org/ \ 9 https://github.com/apache/arrow/tree/main/ruby/red-arrow-dataset 10 11LICENSE= Apache-2.0 12LICENSE_FILE= ${WRKSRC}/LICENSE.txt 13 14BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake 15RUN_DEPENDS= rubygem-red-arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-red-arrow 16 17USES= gem 18 19NO_ARCH= yes 20 21.include <bsd.port.mk> 22