forked from Lainports/opnsense-ports
16 lines
315 B
Makefile
16 lines
315 B
Makefile
PORTNAME= flamegraph
|
|
PORTVERSION= 0.9.5
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Flamegraph support for arbitrary ruby apps
|
|
WWW= https://github.com/SamSaffron/flamegraph
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|