freebsd-ports/devel/rubygem-rbtrace/Makefile
Sunpoet Po-Chuan Hsieh 07f899e407 Fix typo
- Bump PORTREVISION for dependency change
2017-07-11 17:02:53 +00:00

25 lines
528 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rbtrace
PORTVERSION= 0.4.8
PORTREVISION= 2
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>