A good 8 years since the 0.34 release to this one, but it seems to be just a few patches to make things faster, plus some documentation fixes.
The difference between 0.50 and 0.51 is they actually applied the speed improvement patches to 0.51. https://metacpan.org/changes/release/KASEI/Class-Accessor-0.51 OK? Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Class-Accessor/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- Makefile 20 Mar 2016 19:56:14 -0000 1.14 +++ Makefile 7 Mar 2019 02:47:10 -0000 @@ -4,13 +4,13 @@ COMMENT= automated accessor generation MODULES= cpan PKG_ARCH= * -DISTNAME= Class-Accessor-0.34 -REVISION= 0 +DISTNAME= Class-Accessor-0.51 CATEGORIES= devel # perl PERMIT_PACKAGE_CDROM= Yes +# An optional dependency, but useful RUN_DEPENDS= devel/p5-Sub-Name .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Class-Accessor/distinfo,v retrieving revision 1.10 diff -u -p -r1.10 distinfo --- distinfo 18 Jan 2015 03:13:21 -0000 1.10 +++ distinfo 7 Mar 2019 02:47:10 -0000 @@ -1,2 +1,2 @@ -SHA256 (Class-Accessor-0.34.tar.gz) = zbHgzfg4D7m2O0TDPOWvwQaHNtVaxZBL8Oqh78HDzvw= -SIZE (Class-Accessor-0.34.tar.gz) = 12315 +SHA256 (Class-Accessor-0.51.tar.gz) = vxKj5d5aLG6KRHs2T09aBQv3RiTFbjFQIq55kv8vQRw= +SIZE (Class-Accessor-0.51.tar.gz) = 13013
