File: Makefile.PL

package info (click to toggle)
libtext-aspell-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 148 kB
  • sloc: perl: 91; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;


WriteMakefile(
    NAME          => 'Text::Aspell',
    VERSION_FROM  => 'Aspell.pm',
    LIBS          => ['-laspell'],
    XSPROTOARG    => '-noprototypes',
    PREREQ_PM     => {
        'Test::More'    => 0,
    },
);