aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rblineprof/Makefile
blob: 311e0f13d555c9b7dbfd5ea0d03392cad7afb23b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	rblineprof
PORTVERSION=	0.3.7
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Shows you lines of code that are slow

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libgmp.so:math/gmp
RUN_DEPENDS=	rubygem-debugger-ruby_core_source>=1.3:devel/rubygem-debugger-ruby_core_source

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>