blob: 3b62153a2727ecf3f4d9fcc047d924247fcc4f0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.1 2013/05/09 15:53:33 mef Exp $
DISTNAME= userstream-1.3.0
CATEGORIES= net
MAINTAINER= tsutsui@NetBSD.org
HOMEPAGE= https://github.com/mitukiii/userstream
COMMENT= Simple twitter userstream library
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-hashie>=1.2.0<2.0.0:../../misc/ruby-hashie
DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4.7:../../security/ruby-oauth
DEPENDS+= ${RUBY_PKGPREFIX}-yajl>=1.1.0:../../textproc/ruby-yajl
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|