pkgsrc/devel/ruby-debug-base/Makefile

21 lines
630 B
Makefile

# $NetBSD: Makefile,v 1.8 2013/03/07 15:09:31 taca Exp $
DISTNAME= ruby-debug-base-0.10.4
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
PKGREVISION= 1
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
OVERRIDE_GEMSPEC= :files ext/win32/Makefile= ext/win32/breakpoint.o= \
ext/win32/ruby_debug.o= ext/win32/ruby_debug.so=
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"