16 lines
517 B
Makefile
16 lines
517 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/06/03 14:18:40 jperkin 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<1.2.0:../../textproc/ruby-yajl
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|