mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
4dcc476bc9
used in a debugger or a tool that works with sets of Ruby source files. WWW: http://rubyforge.org/projects/rocky-hacks/ PR: ports/128169 Submitted by: Wen Heping <wenheping at gmail.com>
20 lines
434 B
Makefile
20 lines
434 B
Makefile
# Ports collection makefile for: rubygem-linecache
|
|
# Date created: 17 Oct 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= linecache
|
|
PORTVERSION= 0.43
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= rocky-hacks
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Caches(Ruby source) Files as Might Be Used in a Debugger
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
|
|
.include <bsd.port.mk>
|