Index: head/devel/rubygem-ruby-prof/Makefile =================================================================== --- head/devel/rubygem-ruby-prof/Makefile (revision 399583) +++ head/devel/rubygem-ruby-prof/Makefile (revision 399584) @@ -1,20 +1,21 @@ # Created by: Robert Gogolok # $FreeBSD$ PORTNAME= ruby-prof PORTVERSION= 0.15.8 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 Index: head/devel/rubygem-ruby-prof/pkg-descr =================================================================== --- head/devel/rubygem-ruby-prof/pkg-descr (revision 399583) +++ head/devel/rubygem-ruby-prof/pkg-descr (revision 399584) @@ -1,13 +1,13 @@ ruby-prof is a fast code profiler for Ruby. Its features include: * Speed - it is a C extension and therefore many times faster than the standard Ruby profiler. * Flat Profiles - similar to the reports generated by the standard Ruby profiler * Graph profiles - similar to GProf, these show how long a method runs, which methods call it and which methods it calls. * Threads - supports profiling multiple threads simultaneously * Recursive calls - supports profiling recursive method calls * Reports - can generate both text and cross-referenced html reports * Output - can output to standard out or to a file -WWW: http://rubygems.org/gems/ruby-prof/ +WWW: https://github.com/ruby-prof/ruby-prof