summaryrefslogtreecommitdiff
path: root/devel/rubygem-stream/Makefile
blob: 9159646b67777341948529b8677a002ce1d13824 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>

PORTNAME=	stream
PORTVERSION=	0.5.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Interface for external iterators

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual

RUN_DEPENDS=	rubygem-generator>=0:devel/rubygem-generator

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>