blob: 4304e3b3f07590ec20011d1acf58c5ae5939d10b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= debugger-linecache
PORTVERSION= 1.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby module for reading and caching lines
WWW= https://github.com/cldwalker/debugger-linecache
LICENSE= MIT
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>
|