ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Games-Go-SGF-Grove/Makefile.PL
Revision: 1.3
Committed: Mon Jul 21 19:27:53 2008 UTC (18 years, 1 month ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-0_1, rel-1_01, rel-1_0
Changes since 1.2: +0 -3 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 elmex 1.1 use strict;
2     use warnings;
3     use ExtUtils::MakeMaker;
4    
5     WriteMakefile(
6     NAME => 'Games::Go::SGF::Grove',
7 root 1.2 VERSION_FROM => 'Grove.pm',
8     ABSTRACT_FROM => 'Grove.pm',
9 elmex 1.1 PL_FILES => {},
10     dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz',
11 root 1.2 PREOP => 'pod2text lib/Games/Go/SGF/Grove.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
12     },
13 elmex 1.1 clean => { FILES => 'Games-Go-SGF-Grove-*' },
14     );