freebsd-ports/devel/rubygem-ruby-debug-base/Makefile
Philip M. Gollucci 56f7b1feec - Update to 0.10.4
PR:             ports/152512
Submitted by:   myself (pgollucci)
Approved by:    gogo@cs.uni-sb.de (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-11-24 05:23:32 +00:00

21 lines
484 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.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= gogo@cs.uni-sb.de
COMMENT= Fast implementation of the standard Ruby debugger
RUN_DEPENDS= rubygem-linecache>=0.3:${PORTSDIR}/devel/rubygem-linecache
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>