freebsd-ports/devel/rubygem-sigdump/Makefile
Steve Wills cbe7d2ed8c devel/rubygem-sigdump: add port to be used by updated fluentd
Setup signal handler which dumps backtrace of running threads and number of
allocated objects per class.

WWW: https://github.com/frsyuki/sigdump
2014-08-25 20:00:02 +00:00

16 lines
321 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= sigdump
PORTVERSION= 0.2.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Setup signal handler which dumps backtrace of running threads
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>