pkgsrc/devel/ruby-debugger-linecache/Makefile
taca c7e2e900cd Add ruby-debugger-linecache package version 1.2.0.
Linecache is a module for reading and caching lines. This may be useful for
example in a debugger where the same lines are shown many times.
2015-02-04 13:36:04 +00:00

14 lines
345 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/02/04 13:36:04 taca Exp $
DISTNAME= debugger-linecache-1.2.0
CATEGORIES= devel
MAINTAINER= taca@NetBSD.org
HOMEPAGE= https://github.com/cldwalker/debugger-linecache
COMMENT= Read file with caching
LICENSE= mit
RUBY_VERSION_SUPPORTED= 193 200 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"