Revision: | 1.3 |
Committed: | Mon Jul 21 19:27:53 2008 UTC (16 years, 4 months 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 *** |
# | Content |
---|---|
1 | use strict; |
2 | use warnings; |
3 | use ExtUtils::MakeMaker; |
4 | |
5 | WriteMakefile( |
6 | NAME => 'Games::Go::SGF::Grove', |
7 | VERSION_FROM => 'Grove.pm', |
8 | ABSTRACT_FROM => 'Grove.pm', |
9 | PL_FILES => {}, |
10 | dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', |
11 | PREOP => 'pod2text lib/Games/Go/SGF/Grove.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', |
12 | }, |
13 | clean => { FILES => 'Games-Go-SGF-Grove-*' }, |
14 | ); |