662f5a3df6
Red Datasets provides classes that provide common datasets such as iris dataset. You can use datasets easily because you can access each dataset with multiple ways such as #each and Apache Arrow Record Batch. WWW: https://github.com/red-data-tools/red-datasets
23 lines
462 B
Makefile
23 lines
462 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= red-datasets
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Provide common datasets
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-csv>=3.0.5:devel/rubygem-csv \
|
|
rubygem-rexml>=0:textproc/rubygem-rexml \
|
|
rubygem-rubyzip>=0:archivers/rubygem-rubyzip
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|