summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Simple
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-27 07:36:12 +0000
committerjlam <jlam>2001-09-27 07:36:12 +0000
commit3b3c52ae3d415ac89d855660d000dadca06916b2 (patch)
tree3e43466bcabfdb33a84db0f51723ac2b58597405 /devel/p5-Test-Simple
parente3d501ccb06935d25e2f3f04602f8759d2cb14bb (diff)
downloadpkgsrc-3b3c52ae3d415ac89d855660d000dadca06916b2.tar.gz
Change foo-* dependencies into foo-[0-9]* dependencies so we match only
those packages with a base package name of "foo".
Diffstat (limited to 'devel/p5-Test-Simple')
-rw-r--r--devel/p5-Test-Simple/Makefile4
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