forked from sergiotarxz/Peertube-dl
8 lines
132 B
Perl
8 lines
132 B
Perl
use ExtUtils::MakeMaker;
|
|
|
|
WriteMakefile(
|
|
NAME => 'Peertube::DL',
|
|
VERSION => '0.1',
|
|
INST_SCRIPT => './bin'
|
|
);
|