56f7b1feec
PR: ports/152512 Submitted by: myself (pgollucci) Approved by: gogo@cs.uni-sb.de (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
21 lines
484 B
Makefile
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>
|