Hi, I've spotted that while reviewing Catalyst depends:
> Failed test 'use Catalyst::Plugin::Charsets::Japanese;' > at t/00_compile.t line 5. > Tried to use 'Catalyst::Plugin::Charsets::Japanese'. > Error: Base class package "Class::Data::Inheritable" is empty. It misses some RUN_DEPENDS and TEST_DEPENDS. Some tests are still failing and that distribution seems to be not maintained by the way. OK? Charlène. Index: Makefile =================================================================== RCS file: /cvs/ports/converters/p5-Catalyst-Plugin-Charsets-Japanese/Makefile,v retrieving revision 1.11 diff -u -p -u -p -r1.11 Makefile --- Makefile 3 Jul 2020 21:44:31 -0000 1.11 +++ Makefile 28 Aug 2020 00:58:35 -0000 @@ -3,7 +3,7 @@ COMMENT= jcode interface for catalyst DISTNAME= Catalyst-Plugin-Charsets-Japanese-0.06 -REVISION= 2 +REVISION= 3 CATEGORIES= converters www MODULES= cpan PKG_ARCH= * @@ -12,8 +12,11 @@ PKG_ARCH= * PERMIT_PACKAGE= Yes RUN_DEPENDS= converters/p5-Jcode \ + devel/p5-Class-Accessor \ + devel/p5-Class-Data-Inheritable \ www/p5-Catalyst-Runtime -TEST_DEPENDS= devel/p5-Test-Pod +TEST_DEPENDS= devel/p5-Test-Pod \ + devel/p5-Test-WWW-Mechanize-Catalyst .include <bsd.port.mk>