d7595aafb8
Bump PKGREVISION.
21 lines
622 B
Makefile
21 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.8 2016/04/17 15:29:48 tsutsui Exp $
|
|
|
|
DISTNAME= userstream-1.4.0
|
|
PKGREVISION= 5
|
|
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:../../misc/ruby-hashie
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4.7:../../security/ruby-oauth
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-yajl>=1.1.0:../../textproc/ruby-yajl
|
|
|
|
OVERRIDE_GEMSPEC+= hashie>=1.2.0
|
|
OVERRIDE_GEMSPEC+= oauth>=0.4.7
|
|
OVERRIDE_GEMSPEC+= yajl-ruby>=1.1.0
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|