mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
8 lines
241 B
Perl
8 lines
241 B
Perl
use ExtUtils::MakeMaker;
|
|
WriteMakefile(
|
|
NAME => 'IO',
|
|
MAN3PODS => ' ', # Pods will be built by installman.
|
|
XSPROTOARG => '-noprototypes', # XXX remove later?
|
|
VERSION_FROM => 'lib/IO/Handle.pm',
|
|
XS_VERSION => 1.15
|
|
);
|