diff options
author | sno <sno@pkgsrc.org> | 2009-04-24 17:15:21 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-24 17:15:21 +0000 |
commit | 4a96de064a06dea74e61466e829ef175fabba288 (patch) | |
tree | ef8a065565ea33562ecff1efa06708c9af2b7f88 /textproc | |
parent | bdd447da028c09e7a902ae300aba0c0d086b58fe (diff) | |
download | pkgsrc-4a96de064a06dea74e61466e829ef175fabba288.tar.gz |
Modify dependencies to perl-modules which are deployed with the perl-core,
mainly Scalar::Util and List::Util
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-FormValidator-Simple/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-FormValidator-Simple/Makefile b/textproc/p5-FormValidator-Simple/Makefile index 22706d4223a..7757bbc6e70 100644 --- a/textproc/p5-FormValidator-Simple/Makefile +++ b/textproc/p5-FormValidator-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:54 he Exp $ +# $NetBSD: Makefile,v 1.4 2009/04/24 17:15:23 sno Exp $ DISTNAME= FormValidator-Simple-0.23 PKGNAME= p5-${DISTNAME} @@ -21,7 +21,7 @@ DEPENDS+= p5-Email-Valid-Loose>=0.04:../../mail/p5-Email-Valid-Loose DEPENDS+= p5-Tie-IxHash>=1.21:../../devel/p5-Tie-IxHash DEPENDS+= p5-YAML>=0.39:../../textproc/p5-YAML DEPENDS+= p5-List-MoreUtils>=0.16:../../devel/p5-List-MoreUtils -DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils +DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-DateTime-Format-Strptime>=1.0700:../../time/p5-DateTime-Format-Strptime DEPENDS+= p5-Date-Calc>=5.4:../../devel/p5-Date-Calc diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index 052ce9a53e0..d4930c100bc 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/10/19 19:18:57 he Exp $ +# $NetBSD: Makefile,v 1.12 2009/04/24 17:15:23 sno Exp $ # DISTNAME= Text-WikiFormat-0.79 @@ -14,7 +14,7 @@ COMMENT= Translate Wiki formatted text into other formats PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-URI>=1.30:../../www/p5-URI -DEPENDS+= p5-Scalar-List-Utils>=1.14:../../devel/p5-Scalar-List-Utils +DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.14}:../../devel/p5-Scalar-List-Utils PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Text/WikiFormat/.packlist |