X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=d96092aba9e66a333b0465030973e1730fafd069;hb=acade63e6ac6af20a42ed56867cc3124127c1ad1;hp=f522b93b6372bd7a2308d71d0ef1394cf794b7be;hpb=fd0f6b130ce1fb819de157da52d543bcf366bcd4;p=io-compress-brotli.git diff --git a/Makefile.PL b/Makefile.PL index f522b93..d96092a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,12 +9,16 @@ WriteMakefile( MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', SIGN => 1, - PREREQ_PM => {}, - BUILD_REQUIRES => { - qw/File::Slurp 0/, + EXE_FILES => [ 'bin/bro-perl' ], + PREREQ_PM => { + 'File::Slurp' => '0', + 'Getopt::Long' => '0', + 'Time:HiRes' => '0', }, + BUILD_REQUIRES => {}, INC => '-Ibrotli', MYEXTLIB => 'brotli/libbrotli$(LIB_EXT)', + clean => { FILES => 'brotli/libbrotli$(LIB_EXT)' }, META_ADD => { dynamic_config => 0, resources => {