freebsd_amp_hwpstate/contrib/perl5/ext/Socket/Makefile.PL

8 lines
214 B
Perl

use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Socket',
VERSION_FROM => 'Socket.pm',
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
);