Kurt Jaeger 6aaae4cce7 New port: devel/rubygem-slow_enumerator_tools
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>
2021-01-01 22:49:18 +00:00

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>