forked from Lainports/opnsense-ports
17 lines
392 B
Makefile
17 lines
392 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
|
|
WWW= https://github.com/ddfreyne/slow_enumerator_tools
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-bundler>=1.15:sysutils/rubygem-bundler
|
|
|
|
USES= gem
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|