| Revision: | 1.2 |
| Committed: | Mon Feb 5 14:05:08 2001 UTC (25 years, 7 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | DEVEL7952, papp_last_stable, DEVEL9021, pre_big_pcode_semantic_change, DEVEL9916, PAPP_0_12 |
| Changes since 1.1: | +9 -3 lines |
| Log Message: | *** empty log message *** |
| # | Content |
|---|---|
| 1 | use ExtUtils::MakeMaker; |
| 2 | |
| 3 | WriteMakefile( |
| 4 | NAME => 'PApp::SQL', |
| 5 | VERSION_FROM => 'SQL.pm', |
| 6 | 'dist' => { |
| 7 | PREOP => 'pod2text LZF.pm | tee README >$(DISTVNAME)/README; '. |
| 8 | 'chown -R root.root .; chmod -R u=rwX,go=rX . ;', |
| 9 | COMPRESS => 'gzip -9v', |
| 10 | SUFFIX => '.gz', |
| 11 | }, |
| 12 | 'PREREQ_PM' => { |
| 13 | DBI => 1.13, |
| 14 | }, |
| 15 | ); |
| 16 |