diff options
Diffstat (limited to 'devel/p5-Test-Simple/Makefile')
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index c338e1c7850..23afc5e6e7d 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 21:32:53 grant Exp $ +# $NetBSD: Makefile,v 1.14 2003/07/21 16:43:42 martti Exp $ DISTNAME= Test-Simple-0.47 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= shell@NetBSD.org -COMMENT= perl5 module with a simple framework for writing tests +COMMENT= Perl5 module with a simple framework for writing tests DEPENDS+= p5-Test-Harness-[0-9]*:../../devel/p5-Test-Harness |