0.14.0 (February 8, 2021) Features * Made ? an alias to show-source -d (#2133) * Added support for Ruby 3.0 Breaking changes * Deleted support for plugin autoloading (#2119). In order to load a Pry plugin you must require it from your pryrc or add it to your Gemfile. # ~/.pryrc require 'pryrc'
20 lines
602 B
Makefile
20 lines
602 B
Makefile
# $NetBSD: Makefile,v 1.13 2021/02/13 13:58:03 taca Exp $
|
|
|
|
DISTNAME= pry-0.14.0
|
|
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"
|