oked by bad ChangeLog: 2.02 10 May, 2007 - bad format for periods of 10 seconds or longer (bug reported by Daniel B. Boorstein) 2.01 9 Apr, 2007 - release as stable version - use modern package layout - some docs improvements - add pods test 2.00_04 10 Sep 2005 - reorder some perl sentences to improve accuracy. 2.00_03 28 Oct 2004 - require only perl 5.6 (reported by Alex Kapranoff) 2.00_02 2 Nov 2003 - do not monitor sb entries - test updated for no subs 2.00_01 1 Nov 2003 - use lexicals and our vars - require perl 5.8.0 or newer
22 lines
623 B
Makefile
22 lines
623 B
Makefile
# $NetBSD: Makefile,v 1.21 2008/07/21 14:40:49 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= Devel-SmallProf-2.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5dsp
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= bad@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~salva/Devel-SmallProf-1.15/
|
|
COMMENT= Perl5 module for line-by-line profiling perl programs
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Time-HiRes>=1.20:../../time/p5-Time-HiRes
|
|
|
|
PERL5_PACKLIST= auto/Devel/SmallProf/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|