freebsd-ports/devel/rubygem-bindex/Makefile
Sunpoet Po-Chuan Hsieh 9836186117 Add rubygem-bindex 0.5.0
When Ruby raises an exception, it leaves you a backtrace to help you figure out
where did the exception originated in. Bindex gives you the bindings as well.
This can help you introspect the state of the Ruby program when at the point the
exception occurred.

WWW: https://github.com/gsamokovarov/bindex
2017-03-30 15:16:08 +00:00

18 lines
320 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= bindex
PORTVERSION= 0.5.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Bindings for your Ruby exceptions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>