Mercurial > repos > mahtabm > ensembl
annotate variant_effect_predictor/Bio/DB/Makefile.PL @ 3:d30fa12e4cc5 default tip
Merge heads 2:a5976b2dce6f and 1:09613ce8151e which were created as a result of a recently fixed bug.
| author | devteam <devteam@galaxyproject.org> |
|---|---|
| date | Mon, 13 Jan 2014 10:38:30 -0500 |
| parents | 1f6dce3d34e0 |
| 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 ); |
