ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Video-Capture-V4l/Makefile.PL
Revision: 1.2
Committed: Tue Nov 1 17:14:50 2005 UTC (18 years, 6 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-0_9, rel-0_902, HEAD
Changes since 1.1: +0 -9 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4 'dist' => {
5 PREOP => 'pod2text V4l/V4l.pm | tee README > $(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
6 COMPRESS => 'gzip -9v',
7 SUFFIX => '.gz',
8 },
9 'NAME' => 'Video::Frequencies',
10 DISTNAME => 'Video-Capture-V4l',
11 'VERSION_FROM' => 'V4l/V4l.pm',
12 linkext => {LINKTYPE => ''},
13 DIR => ['V4l','VBI','RTjpeg'],
14 );