Here is update for p5-PHP-Session which adds missing runtime dependance
--- Makefile.orig Wed Jul 11 11:26:52 2007
+++ Makefile Wed Jul 11 11:29:01 2007
@@ -4,7 +4,7 @@
MODULES= cpan
DISTNAME= PHP-Session-0.26
-PKGNAME= p5-${DISTNAME}p0
+PKGNAME= p5-${DISTNAME}p1
CATEGORIES= www
# GPL/Artistic
@@ -14,6 +14,7 @@
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= ::devel/p5-Universal-exports
+RUN_DEPENDS= ::devel/p5-Universal-exports \
+ ::devel/p5-Universal-require
.include <bsd.port.mk>