diff options
author | grant <grant@pkgsrc.org> | 2004-05-07 11:30:39 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-07 11:30:39 +0000 |
commit | ae691c4e562673e0e85e7cfc676cff96e347c2f8 (patch) | |
tree | 1d799b8e7de6fa6b113749a07e4f9c86b40c6843 /devel/p5-Test-Simple | |
parent | 703acc2557aaaa6184298ac89542d3723eedee7f (diff) | |
download | pkgsrc-ae691c4e562673e0e85e7cfc676cff96e347c2f8.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/Makefile | 6 |
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 |