freebsd-ports/devel/rubygem-slow_enumerator_tools/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
350 B
Makefile

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>