aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Catalyst-Plugin-Session-FastMmap
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-Plugin-Session-FastMmap
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-Plugin-Session-FastMmap')
-rw-r--r--www/p5-Catalyst-Plugin-Session-FastMmap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile b/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile
index 18cc821479ed..801af1b19f78 100644
--- a/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile
+++ b/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile
@@ -20,7 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/URI/Find.pm:${PORTSDIR}/textproc/p5-URI-Find \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
- ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst \
+ ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \
${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable
RUN_DEPENDS= ${BUILD_DEPENDS}