aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-stream/Makefile
blob: fe155d657455ececb99f321a5d011e91634bccfe (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:autoplist

.include <bsd.port.mk>