File: Makefile.PL

package info (click to toggle)
libxml-sablot-perl 1.0-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 384 kB
  • ctags: 325
  • sloc: ansic: 1,694; perl: 1,308; makefile: 48
file content (13 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.


WriteMakefile(
    'NAME'		=> 'XML::Sablotron::Processor',
    'VERSION_FROM'	=> '../Sablotron.pm', # finds $VERSION
    'PREREQ_PM'		=> {}, # e.g., Module::Name => 1.1
    'DEFINE'		=> '', # e.g., '-DHAVE_SOMETHING'
    @extras,
);