summaryrefslogtreecommitdiff
path: root/devel/rubygem-slow_enumerator_tools/Makefile
blob: 87704dc4dbd8e00a2af076d97670a1a66518cac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

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>