2007-07-27 11:16:14 +02:00
|
|
|
# Ports collection makefile for: rubygem-ruby-debug
|
|
|
|
# Date created: 27 July 2007
|
|
|
|
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ruby-debug
|
2009-04-02 13:11:13 +02:00
|
|
|
PORTVERSION= 0.10.3
|
2007-07-27 11:16:14 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2009-04-09 02:11:47 +02:00
|
|
|
MASTER_SITES= RF
|
2007-07-27 11:16:14 +02:00
|
|
|
|
|
|
|
MAINTAINER= gogo@cs.uni-sb.de
|
|
|
|
COMMENT= A generic command line interface for ruby-debug
|
|
|
|
|
2008-10-19 16:10:55 +02:00
|
|
|
RUN_DEPENDS= rubygem-ruby-debug-base>=0.10.0:${PORTSDIR}/devel/rubygem-ruby-debug-base \
|
|
|
|
rubygem-columnize>=0.2:${PORTSDIR}/devel/rubygem-columnize
|
2007-07-27 11:16:14 +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
|
|
|
|
PLIST_FILES= bin/rdebug
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|