9 lines
215 B
Perl
9 lines
215 B
Perl
use ExtUtils::MakeMaker;
|
|
|
|
WriteMakefile(
|
|
'NAME' => 'Martnet::DDNS',
|
|
'VERSION_FROM' => 'DDNS.pm',
|
|
'PREREQ_PM' => { Net::DNS => 0.8 },
|
|
'AUTHOR' => 'Jorj Bauer <jorj@jorj.org>',
|
|
);
|