~ubuntu-branches/ubuntu/lucid/pdl/lucid

« back to all changes in this revision

Viewing changes to Lib/Transform/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Henning Glawe
  • Date: 2003-12-13 22:25:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20031213222541-m2sq55fevk74h93c
Tags: 1:2.4.0-1
* new maintainer (Closes: #215543)
* acknowlege NMU (Closes: #141117, #104630, #140104, #170182)
* new upstream release.
* enable plplot support (Closes: #196185)
* enable gsl support
* enable fftw support
* swap out m51.fits and COPYING, taken from PDL CVS HEAD (Closes: #223793)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use ExtUtils::MakeMaker;
 
2
 
 
3
WriteMakefile(
 
4
              'NAME' => 'PDL::Transform',
 
5
              VERSION_FROM => '../../Basic/Core/Version.pm',
 
6
              DIR => ['Cartography'],
 
7
        PM => { map {($_ => '$(INST_LIBDIR)/'.$_)} <*.pm> }
 
8
);
 
9
 
 
10
 
 
11