pkgsrc/net/ruby-twitter-stream/Makefile
obache af3c57e22e Update ruby-twitter-stream to 0.1.15.
* LICENSE=mit
* support all twitter streaming switched to SSL.
* bug fixes
2012-04-13 13:19:15 +00:00

16 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/04/13 13:19:15 obache Exp $
DISTNAME= twitter-stream-0.1.15
CATEGORIES= net
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://github.com/voloko/twitter-stream
COMMENT= Twitter realtime API client
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.8:../../devel/ruby-eventmachine
DEPENDS+= ${RUBY_PKGPREFIX}-simple_oauth>=0.1.4:../../security/ruby-simple_oauth
DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.5.1:../../www/ruby-http_parser.rb
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"