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
|
2008-01-11 00:19:00 +01:00
|
|
|
PORTVERSION= 0.10.0
|
2007-07-27 11:15:17 +02:00
|
|
|
CATEGORIES= devel rubygems
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ruby-debug
|
|
|
|
|
|
|
|
MAINTAINER= gogo@cs.uni-sb.de
|
|
|
|
COMMENT= Fast implementation of the standard Ruby debugger
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|