# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD: head/devel/rubygem-rbtrace/Makefile 459876 2018-01-24 18:46:44Z sunpoet $

PORTNAME=	rbtrace
PORTVERSION=	0.4.10
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Shows method calls inside another ruby process in real time

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-ffi>=1.0.6:devel/rubygem-ffi \
		rubygem-msgpack>=0.4.3:devel/rubygem-msgpack \
		rubygem-trollop>=1.16.2:devel/rubygem-trollop

USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/rbtrace

.include <bsd.port.mk>
