summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/Socket/Makefile.PL
blob: 339c45a0a1a56de7bee12748b6ba8349c621aa23 (plain)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
use Config;
WriteMakefile(
    NAME	 => 'Socket',
    VERSION_FROM => 'Socket.pm',
   ($Config{libs} =~ /(-lsocks\S*)/ ? (LIBS => [ "$1" ] ) : ()),
    MAN3PODS  	 => {}, 	# Pods will be built by installman.
    XSPROTOARG   => '-noprototypes', 		# XXX remove later?
);
OpenPOWER on IntegriCloud