1cb74fa876
Bump PKGREVISION.
24 lines
799 B
Makefile
24 lines
799 B
Makefile
# $NetBSD: Makefile,v 1.15 2014/12/14 05:46:23 tsutsui Exp $
|
|
|
|
DISTNAME= tw-1.0.9
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= http://shokai.github.io/tw/
|
|
COMMENT= CUI Twitter Client
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-args_parser>=0.2.0:../../misc/ruby-args_parser
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=2.4.2:../../misc/ruby-launchy
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-parallel>=0.9.1:../../misc/ruby-parallel
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rainbow>=2.0.0:../../misc/ruby-rainbow
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-twitter>=5.6.0:../../net/ruby-twitter
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-userstream>=1.4.0:../../net/ruby-userstream
|
|
|
|
RUBY_VERSION_SUPPORTED= 200 193 21
|
|
RUBY_JSON_REQD= 1.7.0
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../lang/ruby/json.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|