freebsd-ports/devel/rubygem-debugger-linecache/Makefile
Sunpoet Po-Chuan Hsieh d21373be34 - Add LICENSE
- Support STAGEDIR

PR:		ports/184212
Submitted by:	Vladimir Kondratiev <wulf@cicgroup.ru> (maintainer)
2013-11-25 19:58:51 +00:00

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>