pkgsrc/devel/ruby-debug/Makefile
bad 02eeec1400 Do not rename disassemble.RB to disaassemble.rb and install it.
It depends on gems that Do Not Work(tm) und recent versions ruby 1.8.x.
This makes ruby-debug work again.

PKGREVISION++

XXX the other .RB files seem to have been using uppcase so they do not
get loaded but I am not touching this yet.
2011-05-28 16:32:10 +00:00

27 lines
807 B
Makefile

# $NetBSD: Makefile,v 1.7 2011/05/28 16:32:10 bad Exp $
DISTNAME= ruby-debug-0.10.4
PKGREVISION= 1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/ruby-debug/
COMMENT= Command line interface for ruby-debug
LICENSE= 2-clause-bsd
DEPENDS+= ${RUBY_PKGPREFIX}-columnize>=0.1:../../misc/ruby-columnize
DEPENDS+= ${RUBY_PKGPREFIX}-debug-base>=0.10.3:../../devel/ruby-debug-base
RUBY_VERSION_SUPPORTED= 18
pre-configure:
${RM} -f ${WRKSRC}/cli/ruby-debug/processor.RB
${RM} -f ${WRKSRC}/cli/ruby-debug/disassemble.RB
cd ${WRKSRC}/cli/ruby-debug/commands && \
${MV} raise.RB raise.rb; \
${MV} source.RB source.rb;
${RM} -f continue.RB.save
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"