pkgsrc/devel/ruby-debug-base/Makefile
taca 0b695fccd5 Update devel/ruby-debug-base to 0.10.3.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.

0.10.3
11/17/08

 - a backtrace now warns when it thinks the callstack is truncated which it
   gets by comparing with caller()
 - fix setting $0.
 - fix bug in showing variables in post-mortem
 - Document how Debugger.start with a block is intended to be used.
 - Move Kernel#debugger from ruby-debug-base into ruby-debug
 - Get regression tests working again
 - Warn and add a "confirmation" when setting a breakpoint on a
   file that is not loaded.
2010-09-10 05:17:36 +00:00

17 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/09/10 05:17:36 taca Exp $
DISTNAME= ruby-debug-base-0.10.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/ruby-debug/
COMMENT= Fast implementation of the standard Ruby debugger
LICENSE= 2-clause-bsd
DEPENDS+= ${RUBY_PKGPREFIX}-linecache>=0.3:../../devel/ruby-linecache
RUBY_VERSION_SUPPORTED= 18
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"