source: trunk/essentials/dev-lang/perl/ext/Socket/Makefile.PL

Last change on this file was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 2.6 KB
Line 
1use ExtUtils::MakeMaker;
2use ExtUtils::Constant 0.11 'WriteConstants';
3use Config;
4WriteMakefile(
5 NAME => 'Socket',
6 VERSION_FROM => 'Socket.pm',
7 ($Config{libs} =~ /(-lsocks\S*)/ ? (LIBS => [ "$1" ] ) : ()),
8 MAN3PODS => {}, # Pods will be built by installman.
9 XSPROTOARG => '-noprototypes', # XXX remove later?