| Revision: | 1.1 |
| Committed: | Thu Sep 27 18:36:34 2001 UTC (24 years, 11 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | rel-1_71, rel-1_8, rel-1_5, rel-1_7 |
| Log Message: | *** empty log message *** |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.1 | use ExtUtils::MakeMaker; |
| 2 | |||
| 3 | WriteMakefile( | ||
| 4 | 'dist' => { | ||
| 5 | PREOP => 'pod2text LZF.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', | ||
| 6 | COMPRESS => 'gzip -9v', | ||
| 7 | SUFFIX => '.gz', | ||
| 8 | }, | ||
| 9 | 'NAME' => 'Compress::LZF', | ||
| 10 | 'VERSION_FROM' => 'LZF.pm', | ||
| 11 | 'LIBS' => [''], | ||
| 12 | 'DEFINE' => '', | ||
| 13 | 'INC' => '', | ||
| 14 | ); |