#use 5.020001;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    NAME              => 'Lingua::Terminum',
    VERSION_FROM      => 'lib/Lingua/Terminum.pm',
    PREREQ_PM         => {
      'Lingua::PT::PLNbase' => 0,
      'Lingua::Identify::CLD' => 0,
      'CWB::CL' => 0,
      #      'Alt::CWB::CL::ambs' => 0,
      'CWB' => 0,
      'Lingua::Jspell' => 0,
      'Corpora::ParGuesser' => 0,

     }, # e.g., Module::Name => 1.1
    EXE_FILES => [ qw{
           bin/addradical
           bin/align2tmx
           bin/aligntabproc
           bin/bi-lang_cld_check
           bin/cqpalign2tmx
           bin/filealigner
           bin/html2pml
           bin/htmlaligner
           bin/lang_cld_ident
           bin/lawpp
           bin/mkterminum
           bin/pdfaligner
           bin/pdfrawpp
           bin/quebraxmlsent
           bin/tmx2cqp
           bin/txt2cqp
           bin/xmlalign2cqp
   } ],
    ABSTRACT_FROM     => 'lib/Lingua/Terminum.pm', # retrieve abstract from module
    AUTHOR            => 'J.Joao Almeida <jj@di.uminho.pt>',
    #LICENSE           => 'perl',
    #Value must be from legacy list of licenses here
    #http://search.cpan.org/perldoc?Module%3A%3ABuild%3A%3AAPI
);
