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 /finance | |
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 'finance')
-rw-r--r-- | finance/p5-Data-Currency/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/p5-Data-Currency/Makefile b/finance/p5-Data-Currency/Makefile index 652bffe9354..efb15db73b2 100644 --- a/finance/p5-Data-Currency/Makefile +++ b/finance/p5-Data-Currency/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:09 he Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/24 17:15:22 sno Exp $ DISTNAME= Data-Currency-0.04002 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= p5-Class-Inspector>=0:../../devel/p5-Class-Inspector DEPENDS+= p5-Finance-Currency-Convert-WebserviceX>=0.03:../../finance/p5-Finance-Currency-Convert-WebserviceX DEPENDS+= p5-Locale-Codes>=2.07:../../misc/p5-Locale-Codes DEPENDS+= p5-Locale-Currency-Format>=1.22:../../finance/p5-Locale-Currency-Format -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 USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Data/Currency/.packlist |