7 lines
94 B
Makefile
7 lines
94 B
Makefile
|
use ExtUtils::MakeMaker;
|
||
|
|
||
|
WriteMakefile(
|
||
|
NAME => 'Peertube::DL',
|
||
|
VERSION => '0.1',
|
||
|
);
|