File: Makefile.PL

package info (click to toggle)
liblinux-dvb-perl 1.03-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 257; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use ExtUtils::MakeMaker;

use Canary::Stability Linux::DVB => 1, 5.006;

WriteMakefile(
    dist	=> {
	            PREOP	=> 'pod2text DVB.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
	            COMPRESS	=> 'gzip -9v',
	            SUFFIX	=> '.gz',
	           },
    CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 2001 },
    NAME => "Linux::DVB",
    VERSION_FROM => "DVB.pm",
);