freebsd-ports/devel/rubygem-ruby-debug/Makefile
Philip M. Gollucci 8bb8e8c0d5 - Fix dependency versions
PR:             ports/150811
Submitted by:   myself (pgollucci)
Approved by:    gogo@cs.uni-sb.de (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-22 20:32:11 +00:00

24 lines
592 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.3
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= gogo@cs.uni-sb.de
COMMENT= A generic command line interface for ruby-debug
RUN_DEPENDS= rubygem-ruby-debug-base>=0.10.3.0:${PORTSDIR}/devel/rubygem-ruby-debug-base \
rubygem-columnize>=0.1:${PORTSDIR}/devel/rubygem-columnize
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rdebug
.include <bsd.port.mk>