d21373be34
- Support STAGEDIR PR: ports/184212 Submitted by: Vladimir Kondratiev <wulf@cicgroup.ru> (maintainer)
18 lines
349 B
Makefile
18 lines
349 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= wulf@cicgroup.ru
|
|
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>
|