aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-linecache/Makefile
blob: 7c1fad4884860764ffa6ab2926920acce735911e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   linecache
PORTVERSION=    0.43
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Caches(Ruby source) Files as Might Be Used in a Debugger

DEPRECATED= Does not work with Ruby 1.9
EXPIRATION_DATE=    2013-10-10

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

NO_STAGE=   yes
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not work with ruby 1.9
.endif
.include <bsd.port.post.mk>