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 2727da377b7..ec44053641f 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/09/27 04:37:07 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/09/27 07:36:12 jlam Exp $ DISTNAME= Test-Simple-0.17 PKGNAME= p5-${DISTNAME} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= packages@netbsd.org COMMENT= perl5 module with a simple framework for writing tests -DEPENDS+= p5-Test-Harness-*:../../devel/p5-Test-Harness +DEPENDS+= p5-Test-Harness-[0-9]*:../../devel/p5-Test-Harness USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Simple/.packlist |