opnsense-ports/devel/rubygem-stackprof/Makefile
Franco Fichtner d6cfeb8a48 */*: sync with upstream
Taken from: HardenedBSD
2020-02-25 16:56:10 +01:00

25 lines
522 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= stackprof
PORTVERSION= 0.2.15
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Fast sampling profiler for ruby code
LICENSE= MIT
USES= gem python shebangfix
USE_RUBY= yes
SHEBANG_FILES= vendor/gprof2dot/gprof2dot.py \
vendor/gprof2dot/hotshotmain.py \
vendor/FlameGraph/flamegraph.pl
PLIST_FILES= bin/stackprof \
bin/stackprof-flamegraph.pl \
bin/stackprof-gprof2dot.py
.include <bsd.port.mk>