658238c2e7
Update ruby-pry to 0.13.1. ### [v0.13.1][v0.13.1] (April 12, 2020) #### Bug fixes * Fixed bug where on invalid input only the last syntax error is displayed (instead of all of them) ([#2117](https://github.com/pry/pry/pull/2117)) * Fixed `Pry::Config` raising `NoMethodError` on undefined option instead of returning `nil` (usually invoked via `Pry.config.foo_option` calls) ([#2126](https://github.com/pry/pry/pull/2126)) * Fixed `help` command not displaying regexp aliases properly ([#2120](https://github.com/pry/pry/pull/2120)) * Fixed `pry-backtrace` not working ([#2122](https://github.com/pry/pry/pull/2122))
20 lines
602 B
Makefile
20 lines
602 B
Makefile
# $NetBSD: Makefile,v 1.12 2020/04/27 15:00:27 taca Exp $
|
|
|
|
DISTNAME= pry-0.13.1
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pry/pry
|
|
COMMENT= IRB alternative and runtime developer console
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION}:../../devel/ruby-readline
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-method_source>=1.0<2:../../misc/ruby-method_source
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.1.0<2.0:../../textproc/ruby-coderay
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|