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.
14 lines
345 B
Makefile
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"
|