devel/p5-JSON-Hyper: fix build with Perl 5.42

PR:	288020
This commit is contained in:
Mathieu Arnold
2025-07-26 09:24:35 +02:00
parent 07139890c9
commit 071399009e
+4
View File
@@ -20,4 +20,8 @@ RUN_DEPENDS= p5-JSON>=2.0:converters/p5-JSON \
USES= perl5
USE_PERL5= configure
# Remove old, broken, bundled Scalar::Util
post-extract:
${RM} -rf ${WRKSRC}/inc/Scalar
.include <bsd.port.mk>