| Revision: | 1.2 |
| Committed: | Tue Nov 1 17:14:50 2005 UTC (20 years, 10 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | rel-0_9, rel-0_902, HEAD |
| Changes since 1.1: | +0 -9 lines |
| Log Message: | *** empty log message *** |
| # | Content |
|---|---|
| 1 | use ExtUtils::MakeMaker; |
| 2 | |
| 3 | WriteMakefile( |
| 4 | 'dist' => { |
| 5 | PREOP => 'pod2text V4l/V4l.pm | tee README > $(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', |
| 6 | COMPRESS => 'gzip -9v', |
| 7 | SUFFIX => '.gz', |
| 8 | }, |
| 9 | 'NAME' => 'Video::Frequencies', |
| 10 | DISTNAME => 'Video-Capture-V4l', |
| 11 | 'VERSION_FROM' => 'V4l/V4l.pm', |
| 12 | linkext => {LINKTYPE => ''}, |
| 13 | DIR => ['V4l','VBI','RTjpeg'], |
| 14 | ); |