This updates Sub::Identify to 0.10, some new features and improved docs. While it has the ability to run as a pure-perl implementation, there is no way to hook that in the build so it remains SHARED_ONLY.
https://metacpan.org/source/RGARCIA/Sub-Identify-0.10/Changes Plus take maintainership. No fallout in tests of dependent modules. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Sub-Identify/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile 14 Jun 2014 23:24:59 -0000 1.12 +++ Makefile 4 Jul 2015 20:27:42 -0000 @@ -3,11 +3,11 @@ SHARED_ONLY = Yes COMMENT = retrieve names of code references - -DISTNAME = Sub-Identify-0.04 -REVISION = 4 +DISTNAME = Sub-Identify-0.10 CATEGORIES = devel +MAINTAINER = Andrew Fresh <afre...@openbsd.org> + # perl PERMIT_PACKAGE_CDROM = Yes @@ -15,6 +15,6 @@ WANTLIB += c MODULES = cpan -MAKE_ENV = TEST_POD=Yes +TEST_DEPENDS = devel/p5-Test-Pod .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Sub-Identify/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo 18 Jan 2015 03:13:34 -0000 1.3 +++ distinfo 4 Jul 2015 20:27:42 -0000 @@ -1,2 +1,2 @@ -SHA256 (Sub-Identify-0.04.tar.gz) = vku2uJSvQF6AMROf3TDNNOc4nN4TYC1LgLBAsups5Jk= -SIZE (Sub-Identify-0.04.tar.gz) = 42502 +SHA256 (Sub-Identify-0.10.tar.gz) = VVhrnLPA5jtsbe3lqMAK9I3mZDWS6hAP4eYUbh6T7iA= +SIZE (Sub-Identify-0.10.tar.gz) = 52135 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/p5-Sub-Identify/pkg/PLIST,v retrieving revision 1.3 diff -u -p -r1.3 PLIST --- pkg/PLIST 14 Jun 2014 23:24:59 -0000 1.3 +++ pkg/PLIST 4 Jul 2015 20:27:42 -0000 @@ -5,6 +5,5 @@ ${P5ARCH}/Sub/Identify.pm ${P5ARCH}/auto/ ${P5ARCH}/auto/Sub/ ${P5ARCH}/auto/Sub/Identify/ -@comment ${P5ARCH}/auto/Sub/Identify/Identify.bs ${P5ARCH}/auto/Sub/Identify/Identify.so @man man/man3p/Sub::Identify.3p