pkgsrc/devel/p5-Devel-NYTProf/Makefile
sno d53b9a7fab pkgsrc changes:
- Updating package for p5 module Devel::NYTProf from 2.09 to 2.10
  - Adding perl5 license as license

Upstream changes:
Changes in Devel::NYTProf 2.10 (svn r774) 18th June 2009
  Fixed call count for XSubs that was one too high.
  Fixed enable_profile() after fork thanks to delamonpansie
    http://code.google.com/p/perl-devel-nytprof/issues/detail?id=15
  Fixed to use correct scripts during test and so avoid permissions
    issues, thanks to David Golden.
  Fixed suprious "Unable to determine line number" warnings
    when using options like -p, -n, -Mfoo.

  Changed enable_profile() to discard the time spent since
    profile was disabled.
  Changed NYTPROF env var parsing to allow backslash to escape
    colons, for Windows, thanks to Joshua ben Jore.

  Added license, homepage, bugtracker, repository and MailingList
    resources to META.yml thanks to Michael G Schwern.
  Added nytprofcg utility to generate callgrind data for
    viewing via Kcachegrind, thanks to Chia-liang Kao.
2009-07-18 21:40:49 +00:00

20 lines
551 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/07/18 21:40:49 sno Exp $
#
DISTNAME= Devel-NYTProf-2.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Devel-NYTProf/
COMMENT= Powerful feature-rich Perl 5 source code profiler
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Devel/NYTProf/.packlist
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"