File: Makefile.PL

package info (click to toggle)
libio-zlib-perl 1.04-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 112 kB
  • ctags: 30
  • sloc: perl: 266; makefile: 35
file content (8 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME         => 'IO::Zlib',
	VERSION_FROM => 'Zlib.pm',
        PREREQ_PM    => { 'Compress::Zlib' => 0 },
	dist         => { COMPRESS => 'gzip', SUFFIX => 'gz' },
);