ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/StableTV/Makefile.PL
Revision: 1.3
Committed: Fri Nov 4 21:21:46 2005 UTC (18 years, 7 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 use ExtUtils::MakeMaker;
2
3 use 5.006;
4
5 WriteMakefile(
6 dist => {
7 PREOP => 'pod2text StableTV.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz',
10 },
11 PREREQ_PM => {
12 Linux::DVB => 0.4,
13 Video::Capture::V4l => 0.9,
14 PApp::SQL => 1.0,
15 Coro => 1.4,
16 IO::AIO => 1.61,
17 Time::HiRes => 0,
18 },
19 NAME => "StableTV",
20 VERSION_FROM => "lib/StableTV.pm",
21 );
22