# $Id: Makefile.PL 1896 2008-02-14 14:49:23Z erant $ use 5.006; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. $p = "XML::XPath"; if (!eval "require $p") { print < 'ONTO-PERL', DISTNAME => 'ONTO-PERL', ABSTRACT => 'PERL Modules for biomedical ontologies such as the Cell Cycle Ontology (CCO) and OBO ontologies in general like Gene Ontology (GO)', VERSION_FROM => 'ONTO-PERL.pod', # finds $VERSION #LICENCE => 'perl', #PREREQ_PM => { # 'SWISS::Entry' => 1.65, # 'XML::Simple' => 2.16}, # e.g., Module::Name => 1.1 EXE_FILES => [ qw( scripts/get_ancestor_terms.pl scripts/get_descendent_terms.pl scripts/go2owl.pl scripts/obo2cco.pl scripts/obo2owl.pl scripts/obo2rdf.pl scripts/obo2xml.pl scripts/obsolete_term_id_vs_def_in_go.pl scripts/obsolete_term_id_vs_name_in_go.pl scripts/owl2obo.pl scripts/term_id_vs_term_def.pl scripts/term_id_vs_term_name.pl ) ], ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (AUTHOR => 'Erick Antezana ') : ()), dist => { 'SUFFIX' => ".gz", 'DIST_DEFAULT' => 'all tardist', 'COMPRESS' => "gzip -9f" }, );