File: Makefile.PL

package info (click to toggle)
libvideo-capture-v4l-perl 0.902-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 640 kB
  • ctags: 323
  • sloc: perl: 2,749; ansic: 1,494; sh: 22; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'	=> 'Video::Capture::VBI',
    'VERSION_FROM' => 'VBI.pm',
);