Mercurial > repos > mahtabm > ensembl
annotate variant_effect_predictor/Bio/DB/Makefile.PL @ 0:1f6dce3d34e0
Uploaded
author | mahtabm |
---|---|
date | Thu, 11 Apr 2013 02:01:53 -0400 |
parents | |
children |
rev | line source |
---|---|
0 | 1 use ExtUtils::MakeMaker; |
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence | |
3 # the contents of the Makefile that is written. | |
4 WriteMakefile( | |
5 'NAME' => 'Bio::DB::GFF', | |
6 'VERSION_FROM' => 'GFF.pm', # finds $VERSION | |
7 'PREREQ_PM' => { 'DBI' => 1.0, | |
8 'Bio::DB::Fasta' => 1.0, | |
9 }, # e.g., Module::Name => 1.1 | |
10 'LIBS' => [''], # e.g., '-lm' | |
11 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' | |
12 'INC' => '', # e.g., '-I/usr/include/other' | |
13 ); |