summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Devel-DProf/Makefile11
-rw-r--r--devel/p5-Devel-DProf/pkg-descr16
2 files changed, 16 insertions, 11 deletions
diff --git a/devel/p5-Devel-DProf/Makefile b/devel/p5-Devel-DProf/Makefile
index 5d93e9d99d60..3b7485bc7931 100644
--- a/devel/p5-Devel-DProf/Makefile
+++ b/devel/p5-Devel-DProf/Makefile
@@ -12,14 +12,19 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
PKGNAMEPREFIX= p5-Devel-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= A Perl code profiler
PERL_CONFIGURE= yes
MAN1PREFIX= ${PREFIX}
MAN1= dprofpp.1
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Devel::DProf.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 500600
+IGNORE= "Version included in perl distribution is newer"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/p5-Devel-DProf/pkg-descr b/devel/p5-Devel-DProf/pkg-descr
index d09b7912c068..c3efa0ebc241 100644
--- a/devel/p5-Devel-DProf/pkg-descr
+++ b/devel/p5-Devel-DProf/pkg-descr
@@ -1,8 +1,8 @@
- The Devel::DProf 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. This information can also be used to create an
- execution graph of the script, showing subroutine
- relationships.
+The Devel::DProf 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. This information can also be used to create an
+execution graph of the script, showing subroutine relationships.
+
+WWW: http://search.cpan.org/dist/DProf/