blob: 79486c9f90b3a2c556608655031fd06c4a1e73f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.3 2010/08/13 11:58:28 obache Exp $
DISTNAME= twitter-stream-0.1.8
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
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
GEM_BUILD= gemspec
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"
|