pkgsrc/www/termtter/Makefile
jmcneill fa97bcbccf Update termtter to 2.2.8.
Sorry, the upstream changelog has not been updated in 4 years and the git
log output mostly refers to pull request numbers.

Mostly bug fixes, including one that improves compatibility with Ruby 2.3.0
(getting rid of "Object#timeout is deprecated, use Timeout.timeout" prints)
2017-07-25 14:29:42 +00:00

24 lines
864 B
Makefile

# $NetBSD: Makefile,v 1.16 2017/07/25 14:29:42 jmcneill Exp $
DISTNAME= termtter-2.2.8
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://termtter.github.com/
COMMENT= Terminal based Twitter client
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-fiddle-[0-9]*:../../devel/ruby-fiddle
DEPENDS+= ${RUBY_PKGPREFIX}-highline>=1.5.0:../../devel/ruby-highline
DEPENDS+= ${RUBY_PKGPREFIX}-readline-[0-9]*:../../devel/ruby-readline
DEPENDS+= ${RUBY_PKGPREFIX}-termcolor>=1.0.0:../../devel/ruby-termcolor
DEPENDS+= ${RUBY_PKGPREFIX}-rubytter>=1.5.1:../../net/ruby-rubytter
DEPENDS+= ${RUBY_PKGPREFIX}-notify>=0.5.1:../../sysutils/ruby-notify
OVERRIDE_GEMSPEC+= highline>=1.5.0
OVERRIDE_GEMSPEC+= json_pure:json>=1.1.3
OVERRIDE_GEMSPEC+= termcolor>=1.0.0
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"