pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Action-REST Fixed a typo in DEPENDS - ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d479f22615e9
branches:  trunk
changeset: 400294:d479f22615e9
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Fri Oct 16 11:32:35 2009 +0000

description:
Fixed a typo in DEPENDS - Moose is required

diffstat:

 www/p5-Catalyst-Action-REST/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b91370c4a570 -r d479f22615e9 www/p5-Catalyst-Action-REST/Makefile
--- a/www/p5-Catalyst-Action-REST/Makefile      Fri Oct 16 11:21:36 2009 +0000
+++ b/www/p5-Catalyst-Action-REST/Makefile      Fri Oct 16 11:32:35 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/10/16 11:20:32 rhaen Exp $
+# $NetBSD: Makefile,v 1.5 2009/10/16 11:32:35 rhaen Exp $
 
 DISTNAME=      Catalyst-Action-REST-0.78
 PKGNAME=       p5-${DISTNAME}
@@ -19,6 +19,7 @@
 DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate
 DEPENDS+= p5-URI-Find>=0:../../www/p5-URI-Find
 DEPENDS+= p5-YAML-Syck>=0.67:../../textproc/p5-YAML-Syck
+DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST= auto/Catalyst/Action/REST/.packlist



Home | Main Index | Thread Index | Old Index