mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
21 lines
526 B
Makefile
21 lines
526 B
Makefile
PORTNAME= red-arrow-dataset
|
|
PORTVERSION= 19.0.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby bindings of Apache Arrow Dataset
|
|
WWW= https://arrow.apache.org/ \
|
|
https://github.com/apache/arrow/tree/main/ruby/red-arrow-dataset
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
|
|
RUN_DEPENDS= rubygem-red-arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-red-arrow
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|