freebsd-ports/devel/rubygem-rbtrace/Makefile
Steve Wills f013458030 devel/rubygem-rbtrace: create port
rbtrace shows you method calls happening inside another ruby process in real
time.

WWW: http://github.com/tmm1/rbtrace
2014-10-03 17:45:27 +00:00

20 lines
505 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rbtrace
PORTVERSION= 0.4.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Shows method calls inside another ruby process in real time
RUN_DEPENDS= rubygem-ffi>=1.0.6:${PORTSDIR}/devel/rubygem-ffi \
rubygem-trollop>=1.16.2:${PORTSDIR}/devel/rubygem-trollop \
rubygem-msgpack>=0.4.3:${PORTSDIR}/devel/rubygem-msgpack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>