File: Makefile.PL

package info (click to toggle)
libextutils-xsbuilder-perl 0.28-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 500 kB
  • sloc: perl: 2,837; makefile: 11
file content (12 lines) | stat: -rwxr-xr-x 410 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'ExtUtils::XSBuilder',
    'VERSION_FROM' => 'XSBuilder.pm', 
	'AUTHOR' => 'Gerald Richter <richter@dev.ecos.de>',
	'ABSTRACT' => 'Automatic XS glue code generation',
    'PREREQ_PM'    => { 'Parse::RecDescent' => 0, 'Tie::IxHash' => 0 },

);