blob: a858d7d949647c48182ad240453c1f5eed2e9257 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.1.1.1 2010/05/26 10:55:11 obache Exp $
DISTNAME= twitter-stream-0.1.6
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
GEM_BUILD= gemspec
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"
|