ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Games-Go-SimpleBoard/Makefile.PL
Revision: 1.1
Committed: Sun Jun 22 15:05:59 2008 UTC (15 years, 11 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_0, rel-1_01
Log Message:
*** empty log message ***

File Contents

# Content
1 require 5.008;
2
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6 dist => {
7 PREOP => 'pod2text SimpleBoard.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz',
10 },
11 DIR => [],
12 NAME => 'Games::Go::SimpleBoard',
13 VERSION_FROM => 'SimpleBoard.pm',
14 EXTRA_META => q{
15 recommends:
16 Audio::Play: 1
17 },
18 );
19
20
21