freebsd-ports/devel/rubygem-ruby-debug/Makefile
Martin Wilke a80a54215c - Update to 0.10.2
PR:		128189
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer
2008-10-19 14:10:55 +00:00

22 lines
581 B
Makefile

# Ports collection makefile for: rubygem-ruby-debug
# Date created: 27 July 2007
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
#
# $FreeBSD$
PORTNAME= ruby-debug
PORTVERSION= 0.10.2
CATEGORIES= devel rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gogo@cs.uni-sb.de
COMMENT= A generic command line interface for ruby-debug
RUN_DEPENDS= rubygem-ruby-debug-base>=0.10.0:${PORTSDIR}/devel/rubygem-ruby-debug-base \
rubygem-columnize>=0.2:${PORTSDIR}/devel/rubygem-columnize
USE_RUBY= yes
USE_RUBYGEMS= yes
.include <bsd.port.mk>