Changes: https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES Sponsored by: PortsCamp Taiwan
22 lines
395 B
Makefile
22 lines
395 B
Makefile
# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ruby-prof
|
|
PORTVERSION= 0.15.9
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast profiler for Ruby
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/ruby-prof bin/ruby-prof-check-trace
|
|
|
|
.include <bsd.port.mk>
|