2007-07-27 11:15:17 +02:00
|
|
|
# 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
|
2009-04-02 13:11:57 +02:00
|
|
|
PORTVERSION= 0.10.3
|
2010-09-22 22:33:09 +02:00
|
|
|
PORTREVISION= 1
|
2007-07-27 11:15:17 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2010-09-09 21:12:56 +02:00
|
|
|
MASTER_SITES= RG
|
2007-07-27 11:15:17 +02:00
|
|
|
|
|
|
|
MAINTAINER= gogo@cs.uni-sb.de
|
|
|
|
COMMENT= Fast implementation of the standard Ruby debugger
|
|
|
|
|
2010-09-22 22:33:09 +02:00
|
|
|
RUN_DEPENDS= rubygem-linecache>=0.3:${PORTSDIR}/devel/rubygem-linecache
|
2008-10-19 16:10:05 +02:00
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 03:16:03 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|