summaryrefslogtreecommitdiff
blob: cafb2aa4797c1097227260afaa66d8fbed5f1e70 (plain)
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker 5.0;

WriteMakefile(
	      NAME        => "Bio::EnsEMBL",
	      VERSION     => "31",
	      AUTHOR      => "Sanger Center (ensembl-dev@ebi.ac.uk)",
	      ABSTRACT    => "BioPerl modules to access ensembl",
	      INSTALLDIRS => "vendor",
	      PMLIBDIRS   => [ "EnsEMBL" ]
	      );