18 lines
350 B
Makefile
18 lines
350 B
Makefile
# Created by: Vladimir Kondratiev <wulf@mail.mipt.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= debugger-linecache
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Caches(Ruby source) Files as Might Be Used in a Debugger
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|