aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-flamegraph/Makefile
blob: d83f51bb746ca74e106c633e7b7db8dec913034a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>