aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-stream/Makefile
blob: f72772d94c0d1f022c86a66c194e2145e03134d4 (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>
# $FreeBSD$

PORTNAME=   stream
PORTVERSION=    0.5
PORTREVISION=   2
CATEGORIES= devel rubygems
MASTER_SITES=   RG

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

LICENSE=    BSD2CLAUSE RUBY
LICENSE_COMB=   dual

NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>