0.14.1 (April 12, 2021) Bug fixes * Fixed bad coloring of some RDoc-style docs (#2182) * Fixed broken --plugins option. It shows a warning now (#2180) * Fixed bad output on printing non-visible characters with color codes (#2154) * Fixed bad output when colors are disabled and a string with color codes is printed (#2158)
20 lines
602 B
Makefile
20 lines
602 B
Makefile
# $NetBSD: Makefile,v 1.14 2021/05/04 16:16:03 taca Exp $
|
|
|
|
DISTNAME= pry-0.14.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"
|