SlowEnumeratorTools provides tools for transforming Ruby enumerators that produce data slowly and unpredictably. WWW: https://github.com/ddfreyne/slow_enumerator_tools PR: 252135 Submitted by: Stéphane D'Alu <sdalu@sdalu.com>
20 lines
363 B
Makefile
20 lines
363 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= slow_enumerator_tools
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Tools for transforming enumerators that produce data slowly and unpredictably
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-bundler>=1.15:sysutils/rubygem-bundler
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|