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
|
2010-11-24 06:23:19 +01:00
|
|
|
PORTVERSION= 0.10.4
|
2007-07-27 11:16:14 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2007-07-27 11:16:14 +02:00
|
|
|
|
|
|
|
MAINTAINER= gogo@cs.uni-sb.de
|
|
|
|
COMMENT= A generic command line interface for ruby-debug
|
|
|
|
|
2010-12-08 21:49:38 +01:00
|
|
|
RUN_DEPENDS= rubygem-ruby-debug-base>=0.10.4.0:${PORTSDIR}/devel/rubygem-ruby-debug-base \
|
2010-09-22 22:32:11 +02:00
|
|
|
rubygem-columnize>=0.1:${PORTSDIR}/devel/rubygem-columnize
|
2007-07-27 11:16:14 +02:00
|
|
|
|
2011-06-26 06:48:48 +02:00
|
|
|
PORTSCOUT= skipv:0.10.5
|
|
|
|
|
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>
|