bb3acda933
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>
18 lines
494 B
Makefile
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>
|