| Revision: | 1.4 |
| Committed: | Tue Jul 29 10:10:55 2008 UTC (17 years, 9 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 *** |
| # | 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 -9v', 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 | ); |