ddd7515993
* Update to rspec 2.5. * Add optional on_inited callback.
15 lines
494 B
Makefile
15 lines
494 B
Makefile
# $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"
|