freebsd-ports/devel/rubygem-ruby-debug-base/Makefile
Martin Wilke bb3acda933 Faster implementation of the standard debug.rb using
a native extension with a new hook Ruby C API.

WWW: http://rubyforge.org/projects/ruby-debug

PR:		ports/114954
Submitted by:	Robert Gogolok <gogo at cs.uni-sb.de>
2007-07-27 09:15:17 +00:00

18 lines
494 B
Makefile

# 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.9.3
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
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>