mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
21 lines
449 B
Makefile
21 lines
449 B
Makefile
PORTNAME= red-datasets
|
|
PORTVERSION= 0.1.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Provide common datasets
|
|
WWW= https://github.com/red-data-tools/red-datasets
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-csv>=3.2.4:devel/rubygem-csv \
|
|
rubygem-rexml>=0:textproc/rubygem-rexml \
|
|
rubygem-rubyzip>=0:archivers/rubygem-rubyzip
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|