diff -ruN --exclude=CVS /usr/ports/devel/p5-Class-InsideOut/Makefile /home/staff/gslin/work/p5-Class-InsideOut/Makefile
--- /usr/ports/devel/p5-Class-InsideOut/Makefile	Fri Jul 28 10:57:42 2006
+++ /home/staff/gslin/work/p5-Class-InsideOut/Makefile	Mon Aug  7 11:20:54 2006
@@ -22,12 +22,13 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500701
-RUN_DEPENDS+=	${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA
+.if ${PERL_LEVEL} < 500600
+RUN_DEPENDS+=	${LOCALBASE}/pod2man:${PORTSDIR}/textprocs/p5-podlators
 .endif
 
-.if ${PERL_LEVEL} < 500702
-RUN_DEPENDS+=	${SITE_PERL}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+=	${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \
+		${SITE_PERL}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
 .endif
 
 .include <bsd.port.post.mk>