]> iEval git - io-compress-brotli.git/blobdiff - Makefile.PL
Bump version and update Changes
[io-compress-brotli.git] / Makefile.PL
index 4acd13f8f0c4d57796c27c85963d16b9c9aa29d1..72fce34eacd7ac67f26db531fb710abfc94ef2ba 100644 (file)
@@ -4,7 +4,7 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
        NAME             => 'IO::Compress::Brotli',
        VERSION_FROM     => 'lib/IO/Compress/Brotli.pm',
-       ABSTRACT         => 'Read Brotli buffers/streams',
+       ABSTRACT         => 'Read/write Brotli buffers/streams',
        AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
        MIN_PERL_VERSION => '5.14.0',
        LICENSE          => 'perl',
@@ -30,6 +30,6 @@ WriteMakefile(
 sub MY::postamble {
 '
 $(MYEXTLIB): brotli/Makefile
-       cd brotli && CFLAGS=-fPIC $(MAKE) lib
+       cd brotli && CFLAGS=-fPIC `which gmake || echo $(MAKE)` lib
 '
 }
This page took 0.023941 seconds and 4 git commands to generate.