blob: f089f0145762f6deb059eddb08b65c1aae922052 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
# $FreeBSD$
PORTNAME= ruby-prof
PORTVERSION= 0.17.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast profiler for Ruby
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/ruby-prof bin/ruby-prof-check-trace
.include <bsd.port.mk>
|