blob: fb8390a135db2fc9eb1694978a8907d3209a0e47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Ports collection makefile for: rubygem-ruby-debug-base
# Date created: 27 July 2007
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
#
# $FreeBSD$
PORTNAME= ruby-debug-base
PORTVERSION= 0.10.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= gogo@cs.uni-sb.de
COMMENT= Fast implementation of the standard Ruby debugger
RUN_DEPENDS= rubygem-linecache>=0.3:${PORTSDIR}/devel/rubygem-linecache
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|