forked from Lainports/freebsd-ports
18 lines
495 B
Makefile
18 lines
495 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.10.0
|
|
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>
|