File: Makefile.PL

package info (click to toggle)
liblingua-identify-perl 0.51-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 716 kB
  • sloc: perl: 7,791; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use 5.0005;
use ExtUtils::MakeMaker;

WriteMakefile
  (
   NAME              => 'Lingua::Identify',
   VERSION_FROM      => 'lib/Lingua/Identify.pm',
   ABSTRACT_FROM     => 'lib/Lingua/Identify.pm',
   PREREQ_PM         =>
   {
    'Class::Factory::Util' => 1.6,
    'Text::Affixes'        => 0.07,
    'Text::Ngram'          => 0.13,
   },
   'EXE_FILES'       => ['langident', 'make-lingua-identify-language'],
);