freebsd-ports/devel/rubygem-debugger-linecache/Makefile

19 lines
349 B
Makefile
Raw Normal View History

# 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>