1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/converters/p5-JSON-PP/files/patch-Makefile.PL
2020-05-08 20:50:58 +00:00

12 lines
475 B
Perl

--- Makefile.PL.orig 2019-02-18 16:03:19 UTC
+++ Makefile.PL
@@ -24,7 +24,7 @@ WriteMakefile(
'Test::More' => 0,
%prereq,
},
- 'EXE_FILES' => [ 'bin/json_pp' ],
+ 'EXE_FILES' => [ 'bin/p5json_pp' ],
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/JSON/PP.pm', # retrieve abstract from module
AUTHOR => 'Makamaka Hannyaharamitu, E<lt>makamaka[at]cpan.orgE<gt>') : ()),