6a4fcd40e6
## 9.1.0 - 2016-08-22 ### Added * Better UI messages for breakpoint management. ### Fixed * `where` command failing on instance_exec block stack frames. * `restart` command crashing in certain cases because of a missing `require 'English'` (#321, @akaneko3). * `restart` command crashing when debugged script is not executable or has no shebang (#321, @akaneko3). ### Removed * Ruby 2.0 and Ruby 2.1 official & unofficial support. Byebug no longer installs on these platforms.
16 lines
447 B
Makefile
16 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/08/31 15:15:13 taca Exp $
|
|
|
|
DISTNAME= byebug-9.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/deivid-rodriguez/byebug
|
|
COMMENT= Ruby 2.0 fast debugger - base + CLI
|
|
LICENSE= 2-clause-bsd
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION_FULL}:../../devel/ruby-readline
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|