summaryrefslogtreecommitdiff
path: root/ext/XS-Typemap/Makefile.PL
blob: 3b1ff51bf77eea2e2a2a936d56f33d919466456f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use ExtUtils::MakeMaker;

WriteMakefile(
              'NAME'      => 'XS::Typemap',
              'VERSION_FROM'   => 'Typemap.pm',
              'dist'      => { COMPRESS => "gzip -9f"},
              OBJECT      => 'stdio.o  Typemap.o',
	      ABSTRACT_FROM => 'Typemap.pm',
	      AUTHOR     => 'Tim Jenness <t.jenness@jach.hawaii.edu>',
);


# Nothing to install (except maybe the XS::Typemap.xs documentation)

sub MY::install { "install ::\n"  };