diff options
author | lbr <lbr@FreeBSD.org> | 2006-07-11 17:54:59 +0000 |
---|---|---|
committer | lbr <lbr@FreeBSD.org> | 2006-07-11 17:54:59 +0000 |
commit | a603030367c9032864a7f67a0db317e6f2efe184 (patch) | |
tree | d89f13ae1ba4b21c77b0af974d1c23b859a6fbae /www/p5-Catalyst-View-JSON | |
parent | 08c97a3d3416177c83918ab3cb09a783e5494754 (diff) | |
download | FreeBSD-ports-a603030367c9032864a7f67a0db317e6f2efe184.zip FreeBSD-ports-a603030367c9032864a7f67a0db317e6f2efe184.tar.gz |
Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possibly
p5-Catalyst-Devel as well (if they have Helper modules).
Diffstat (limited to 'www/p5-Catalyst-View-JSON')
-rw-r--r-- | www/p5-Catalyst-View-JSON/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Catalyst-View-JSON/Makefile b/www/p5-Catalyst-View-JSON/Makefile index 2a0ec61..a60db77 100644 --- a/www/p5-Catalyst-View-JSON/Makefile +++ b/www/p5-Catalyst-View-JSON/Makefile @@ -18,7 +18,8 @@ COMMENT= Catalyst View handler that returns stash data in JSON format BUILD_DEPENDS= p5-Test-Simple>=0.32:${PORTSDIR}/devel/p5-Test-Simple \ ${RUN_DEPENDS} RUN_DEPENDS= p5-JSON>=1.00:${PORTSDIR}/converters/p5-JSON \ - p5-Catalyst>=5.60:${PORTSDIR}/www/p5-Catalyst + p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel PERL_CONFIGURE= yes |