mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
7 lines
145 B
Perl
7 lines
145 B
Perl
use ExtUtils::MakeMaker;
|
|
WriteMakefile(
|
|
NAME => 'Opcode',
|
|
MAN3PODS => ' ',
|
|
VERSION_FROM => 'Opcode.pm',
|
|
XS_VERSION => '1.03'
|
|
);
|