File: Makefile.PL

package info (click to toggle)
libio-socket-socks-perl 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 220 kB
  • ctags: 124
  • sloc: perl: 1,659; makefile: 16
file content (13 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
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'      => 'IO::Socket::Socks',
    'PREREQ_PM' => { 'IO::Socket::INET'  => 0 },
    'VERSION_FROM'  => 'lib/IO/Socket/Socks.pm',
    'dist' => {
        'COMPRESS' => 'gzip --best'
    }
);