File: Makefile.PL

package info (click to toggle)
libxml-perl 0.08-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 488 kB
  • sloc: perl: 1,961; xml: 301; sh: 31; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Copyright (C) 1998 Ken MacLeod
# This library is free software; you can redistribute it and/or modify
# it under the same terms as Perl itself.
#
# $Id: Makefile.PL,v 1.3 1999/05/24 23:25:02 kmacleod Exp $
#

use ExtUtils::MakeMaker;

$VERSION = '0.08';

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'libxml-perl',
    'VERSION_FROM' => 'Makefile.PL',
    'PREREQ_PM' => { 'XML::Parser' => '2.19' },
    dist        => {'COMPRESS'  => 'gzip', 'SUFFIX'    => '.gz'},
);