28db05a8a2
from 0.1.9 to 0.2.0... Bump PKGREVISION.
18 lines
601 B
Makefile
18 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/03/16 13:17:58 obache Exp $
|
|
|
|
DISTNAME= twitter-stream-0.1.16
|
|
PKGREVISION= 1
|
|
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
|
|
OVERRIDE_GEMSPEC+= simple_oauth>=0.1.4
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.5.1:../../www/ruby-http_parser.rb
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|