diff options
Diffstat (limited to 'net/p5-eBay-API/Makefile')
-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 |