diff options
Diffstat (limited to 'devel/p5-Devel-SmallProf/Makefile')
-rw-r--r-- | devel/p5-Devel-SmallProf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Devel-SmallProf/Makefile b/devel/p5-Devel-SmallProf/Makefile index 7f4b9fc2219..8c8dbe393ed 100644 --- a/devel/p5-Devel-SmallProf/Makefile +++ b/devel/p5-Devel-SmallProf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/01/26 09:54:37 abs Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 14:38:49 wiz Exp $ # DISTNAME= Devel-SmallProf-0.9 @@ -7,6 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} MAINTAINER= bad@netbsd.org +COMMENT= perl5 module for line-by-line profiling perl programs DEPENDS= p5-Time-HiRes>=01.20:../../devel/p5-Time-HiRes |