openbsd-ports/sysutils/ruby-sigdump/Makefile
kmos dafe797cbc Setup signal handler which dumps backtrace of running threads and
number of allocated objects per class. Require 'sigdump/setup',
send SIGCONT, and see /tmp/sigdump-<pid>.log.

ok jeremy@
2022-09-20 16:16:38 +00:00

20 lines
310 B
Makefile

COMMENT = sets up signal handler which dumps a backtrace
DISTNAME = sigdump-0.2.4
CATEGORIES = sysutils
HOMEPAGE = https://github.com/frsyuki/sigdump
MAINTAINER = Kurt Mosiejczuk <kmos@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>