525fc9054c
Upstream changes: Changes in Devel::NYTProf 4.05 (svn 1359) 15th Sept 2010 Fixed tests to work with a new optimization in perl 5.13.4. Fixed handling of negative values for subroutine line ranges (that may be added to %DB::sub by buggy software). Fixed handling of negative times from unstable clocks that caused spikes in statement times. Fixed risk of bad line numbers hanging report generation.
30 lines
845 B
Makefile
30 lines
845 B
Makefile
# $NetBSD: Makefile,v 1.11 2010/09/21 20:49:11 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Devel-NYTProf-4.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://perl-devel-nytprof.googlecode.com/
|
|
COMMENT= Powerful feature-rich Perl 5 source code profiler
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
REPLACE_PERL+= perftest.pl lib/Devel/NYTProf/FileHandle.pm
|
|
|
|
DEPENDS+= p5-JSON-Any-[0-9]*:../../converters/p5-JSON-Any
|
|
DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
|
|
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.84}:../../devel/p5-Test-Simple
|
|
|
|
.include "options.mk"
|
|
|
|
PERL5_PACKLIST= auto/Devel/NYTProf/.packlist
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|