diff options
author | obache <obache@pkgsrc.org> | 2006-10-25 09:39:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-25 09:39:54 +0000 |
commit | 3d281308029d80a1bc70215927cfd17694d36fc0 (patch) | |
tree | c3adafef50c9bdbe95f9e8a5c139464f436c0112 /devel | |
parent | 29832f8716c4d2de6bc5f3dbb0c2600f85d606f4 (diff) | |
download | pkgsrc-3d281308029d80a1bc70215927cfd17694d36fc0.tar.gz |
Add p5-Test-Simple>=0.62 dependency again, because PERL5_REQD=5.8.7 now,
and perl-5.8.7 includes Test-Simple 0.54.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Pod/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Test-Pod/Makefile b/devel/p5-Test-Pod/Makefile index a9938cf792f..b5156f48fcd 100644 --- a/devel/p5-Test-Pod/Makefile +++ b/devel/p5-Test-Pod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/10/21 09:38:29 obache Exp $ +# $NetBSD: Makefile,v 1.14 2006/10/25 09:39:54 obache Exp $ DISTNAME= Test-Pod-1.26 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Test-Pod/ COMMENT= Perl5 module to check for POD errors in files DEPENDS+= p5-Pod-Simple>=3.02nb1:../../textproc/p5-Pod-Simple +DEPENDS+= {p5-Test-Simple>=0.62,perl>=5.8.8}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/Pod/.packlist |