mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
7 lines
144 B
Perl
7 lines
144 B
Perl
use ExtUtils::MakeMaker;
|
|
WriteMakefile(
|
|
NAME => 'Opcode',
|
|
MAN3PODS => {},
|
|
VERSION_FROM => 'Opcode.pm',
|
|
XS_VERSION => '1.03'
|
|
);
|