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 /net | |
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 'net')
-rw-r--r-- | net/p5-eBay-API/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-eBay-API/Makefile b/net/p5-eBay-API/Makefile index e0915a7971e..2e288ebf0e4 100644 --- a/net/p5-eBay-API/Makefile +++ b/net/p5-eBay-API/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/04/11 23:15:20 sno Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/24 17:15:23 sno Exp $ DISTNAME= eBay-API-0.25 PKGNAME= p5-${DISTNAME} @@ -20,8 +20,8 @@ DEPENDS+= p5-Exception-Class>=1.14:../../devel/p5-Exception-Class DEPENDS+= p5-libwww>=2:../../www/p5-libwww DEPENDS+= p5-ParallelUserAgent>=2.57:../../www/p5-ParallelUserAgent DEPENDS+= p5-Params-Validate>=0.74:../../devel/p5-Params-Validate -DEPENDS+= p5-Scalar-List-Utils>=1.11:../../devel/p5-Scalar-List-Utils -DEPENDS+= p5-Time-HiRes>=1.51:../../time/p5-Time-HiRes +DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.11}:../../devel/p5-Scalar-List-Utils +DEPENDS+= {perl>=5.10,p5-Time-HiRes>=1.51}:../../time/p5-Time-HiRes DEPENDS+= p5-XML-Simple>=2.09:../../textproc/p5-XML-Simple DEPENDS+= p5-XML-Tidy>=1.2.54:../../textproc/p5-XML-Tidy DEPENDS+= p5-XML-Writer>=0.600:../../textproc/p5-XML-Writer |