Pkgsrc changes: - Change HOMEPAGE Upstream changes: Changes in Devel::NYTProf 3.11 (svn 1171) 12th March 2010 Fixed assorted issues on Windows thanks to Jan Dubois. Fixed assorted issues 64bit systems thanks to Jan Dubois. Refactored I/O to create an API that encapsulates the data file format, thanks to Nicholas Clark. Updated and optimized nytprofmerge to use the new API yielding a significant speed boost, thanks to Nicholas Clark.
29 lines
828 B
Makefile
29 lines
828 B
Makefile
# $NetBSD: Makefile,v 1.7 2010/04/23 03:04:33 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Devel-NYTProf-3.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
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"
|