summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/ensembl-perl/files/Makefile.PL')
-rw-r--r--sci-biology/ensembl-perl/files/Makefile.PL10
1 files changed, 0 insertions, 10 deletions
diff --git a/sci-biology/ensembl-perl/files/Makefile.PL b/sci-biology/ensembl-perl/files/Makefile.PL
deleted file mode 100644
index cafb2aa..0000000
--- a/sci-biology/ensembl-perl/files/Makefile.PL
+++ /dev/null
@@ -1,10 +0,0 @@
-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" ]
- );