summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Profile/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-12-30 04:30:20 +0000
committergrant <grant@pkgsrc.org>2003-12-30 04:30:20 +0000
commitd8db979873d89fb195d8e87c7cefcfa8e076fc67 (patch)
tree780cbc778f137fd8a395adc787ff2a681b8ac28e /devel/p5-Devel-Profile/Makefile
parentaadbf8fa3db7c92847ad6ad67573ec9534b1a442 (diff)
downloadpkgsrc-d8db979873d89fb195d8e87c7cefcfa8e076fc67.tar.gz
Initial import of p5-Devel-Profile-1.03 into the NetBSD packages
collection. The Devel::Profile package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using the most time and which subroutines are being called most often.
Diffstat (limited to 'devel/p5-Devel-Profile/Makefile')
-rw-r--r--devel/p5-Devel-Profile/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/p5-Devel-Profile/Makefile b/devel/p5-Devel-Profile/Makefile
new file mode 100644
index 00000000000..9918f1ff60f
--- /dev/null
+++ b/devel/p5-Devel-Profile/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/30 04:30:20 grant Exp $
+
+DISTNAME= Devel-Profile-1.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/~jaw/Devel-Profile-1.03/Profile.pm
+COMMENT= Perl5 module for profiling perl programs
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Devel/Profile/.packlist
+
+DEPENDS+= p5-Time-HiRes>=1.20:../../time/p5-Time-HiRes
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"