2221bc8f8e
0.10.2 - debugger(steps=0) breaks inside of debugger rather than wait for a line event. - trace var varname (stop|nostop) added which issues trace_var. - start method is now properly defined in Debugger module - fixed 'finish' command - rdebug script now works with Ruby 1.8.7
14 lines
436 B
Makefile
14 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/09/15 09:03:58 taca Exp $
|
|
|
|
DISTNAME= ruby-debug-base-0.10.2
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.datanoise.com/ruby-debug/
|
|
COMMENT= Fast implementation of the standard Ruby debugger
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-linecache>=0.3:../../devel/ruby-linecache
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|