opnsense-src/contrib/perl5/ext/IO/Makefile.PL
2000-06-25 11:04:01 +00:00

9 lines
196 B
Perl

use ExtUtils::MakeMaker;
use Config qw(%Config);
WriteMakefile(
VERSION_FROM => "IO.pm",
NAME => "IO",
OBJECT => '$(O_FILES)',
MAN3PODS => {}, # Pods will be built by installman.
);