Codebase list libnhgri-blastall-perl / 8c206283-eaa2-41ef-a4fe-74707f0d5861/main Makefile.PL
8c206283-eaa2-41ef-a4fe-74707f0d5861/main

Tree @8c206283-eaa2-41ef-a4fe-74707f0d5861/main (Download .tar.gz)

Makefile.PL @8c206283-eaa2-41ef-a4fe-74707f0d5861/mainraw · history · blame

use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'NHGRI::Blastall',
    'VERSION_FROM' => 'Blastall.pm', # finds $VERSION
    'dist'    => {
        COMPRESS=> 'gzip -9f', SUFFIX=>'gz',
    }
);