summaryrefslogtreecommitdiff
path: root/net/ruby-twitter-stream/Makefile
blob: e3872dbd6332c96a1f8931a0205abe42e1ca23b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.6 2011/03/15 08:30:01 obache Exp $

DISTNAME=	twitter-stream-0.1.12
CATEGORIES=	net

MAINTAINER=	obache@NetBSD.org
HOMEPAGE=	http://github.com/voloko/twitter-stream
COMMENT=	Twitter realtime API client
#LICENSE=	# neither copyright nor restriction notice

DEPENDS+=	${RUBY_PKGPREFIX}-eventmachine>=0.12.8:../../devel/ruby-eventmachine
DEPENDS+=	${RUBY_PKGPREFIX}-roauth>=0.0.2:../../security/ruby-roauth

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"