aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-tracer/Makefile
blob: 67076b4fee65c530c9e44e8fa20de0204dafb4b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	tracer
PORTVERSION=	0.2.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Output a source level execution trace of a Ruby program
WWW=		https://github.com/ruby/tracer

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>