aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Catalyst-Example-InstantCRUD
diff options
context:
space:
mode:
authorlbr <lbr@FreeBSD.org>2006-07-12 01:54:59 +0800
committerlbr <lbr@FreeBSD.org>2006-07-12 01:54:59 +0800
commita603030367c9032864a7f67a0db317e6f2efe184 (patch)
treed89f13ae1ba4b21c77b0af974d1c23b859a6fbae /www/p5-Catalyst-Example-InstantCRUD
parent08c97a3d3416177c83918ab3cb09a783e5494754 (diff)
downloadfreebsd-ports-gnome-a603030367c9032864a7f67a0db317e6f2efe184.tar.gz
freebsd-ports-gnome-a603030367c9032864a7f67a0db317e6f2efe184.tar.zst
freebsd-ports-gnome-a603030367c9032864a7f67a0db317e6f2efe184.zip
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-Example-InstantCRUD')
-rw-r--r--www/p5-Catalyst-Example-InstantCRUD/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Example-InstantCRUD/Makefile b/www/p5-Catalyst-Example-InstantCRUD/Makefile
index 9f98e9eb8eba..da63259f1102 100644
--- a/www/p5-Catalyst-Example-InstantCRUD/Makefile
+++ b/www/p5-Catalyst-Example-InstantCRUD/Makefile
@@ -23,7 +23,8 @@ BUILD_DEPENDS= \
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-HTML-Widget>=0:${PORTSDIR}/www/p5-HTML-Widget \
p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \
- p5-Catalyst>=5.66:${PORTSDIR}/www/p5-Catalyst \
+ p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
+ p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
p5-Catalyst-View-TT>=0.21:${PORTSDIR}/www/p5-Catalyst-View-TT \
p5-Template-Plugin-Class>=0:${PORTSDIR}/www/p5-Template-Plugin-Class \
p5-Catalyst-Plugin-DefaultEnd>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-DefaultEnd \