ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Games-Go-SGF-Grove/Makefile.PL
Revision: 1.4
Committed: Tue Jul 29 10:10:55 2008 UTC (15 years, 10 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 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 root 1.4 dist => { COMPRESS => 'gzip -9v', 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     );