5b8fb1aea3
Upstream change (from Histroy.txt): === 1.0.12 2016-11-30 * use https on tweet URL
22 lines
751 B
Makefile
22 lines
751 B
Makefile
# $NetBSD: Makefile,v 1.18 2017/02/05 02:29:41 tsutsui Exp $
|
|
|
|
DISTNAME= tw-1.0.12
|
|
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.15.0:../../net/ruby-twitter
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-userstream>=1.4.0:../../net/ruby-userstream
|
|
|
|
RUBY_JSON_REQD= 1.7.0
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../lang/ruby/json.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|