File: Makefile.PL

package info (click to toggle)
libtext-aspell-perl 0.04-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 84 kB
  • ctags: 7
  • sloc: makefile: 53; perl: 52
file content (10 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;

# $Id: Makefile.PL,v 1.3 2002/08/26 02:40:25 moseley Exp $

WriteMakefile(
    'NAME'          => 'Text::Aspell',
    'VERSION_FROM'  => 'Aspell.pm',
    'LIBS'          => ['-laspell'],
    'XSPROTOARG'    => '-noprototypes',
);