freebsd-ports/devel/rubygem-rbtrace/Makefile
2021-04-06 16:31:07 +02:00

23 lines
502 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= rbtrace
PORTVERSION= 0.4.14
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-optimist>=3.0.0:devel/rubygem-optimist
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/rbtrace
.include <bsd.port.mk>