summaryrefslogtreecommitdiff
path: root/net/ruby-twitter-stream/Makefile
blob: 2387ee2236b67753f6d0097cd01f358d07c79d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.7 2011/04/12 12:05:36 obache Exp $

DISTNAME=	twitter-stream-0.1.13
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}-simple_oauth>=0.1.4:../../security/ruby-simple_oauth

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