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

18 lines
339 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= sigdump
PORTVERSION= 0.2.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Setup signal handler which dumps backtrace of running threads
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>