summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Simple
diff options
context:
space:
mode:
authorgrant <grant>2004-05-07 11:30:39 +0000
committergrant <grant>2004-05-07 11:30:39 +0000
commit4e1d3a78fe004b496f8452b0cbb1c4c111171430 (patch)
tree1d799b8e7de6fa6b113749a07e4f9c86b40c6843 /devel/p5-Test-Simple
parent37aa31a4f1d916f18e8f81fb3d5e7626535f400e (diff)
downloadpkgsrc-4e1d3a78fe004b496f8452b0cbb1c4c111171430.tar.gz
allow perl{,-thread}>=5.8.3 to satisfy the p5-Test-Harness dependency.
Test::Harness is included in perl>=5.8.3, and for that reason, p5-Test-Harness has a CONFLICT on perl>=5.8.3 which was blocking many packages from being installed.
Diffstat (limited to 'devel/p5-Test-Simple')
-rw-r--r--devel/p5-Test-Simple/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile
index 6862873c660..c197e582bcd 100644
--- a/devel/p5-Test-Simple/Makefile
+++ b/devel/p5-Test-Simple/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/05/01 16:29:37 kim Exp $
+# $NetBSD: Makefile,v 1.19 2004/05/07 11:30:39 grant Exp $
DISTNAME= Test-Simple-0.47
PKGNAME= p5-${DISTNAME}
@@ -9,7 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= shell@NetBSD.org
COMMENT= Perl5 module with a simple framework for writing tests
-DEPENDS+= p5-Test-Harness-[0-9]*:../../devel/p5-Test-Harness
+# gah. perl58>=5.8.3 includes Test::Harness, so allow it to satisfy
+# this dependency.
+DEPENDS+= {p5-Test-Harness-[0-9]*,perl{,-thread}>=5.8.3}:../../devel/p5-Test-Harness
PKG_INSTALLATION_TYPES= overwrite pkgviews