Add libwx-perl
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / ext / docview / Makefile.PL
1 #############################################################################
2 ## Name:        ext/docview/Makefile.PL
3 ## Purpose:     Makefile.PL for wxWidgets Document / View Framework
4 ## Author:      Simon Flack
5 ## Modified by:
6 ## Created:     11/09/2002
7 ## RCS-ID:      $Id: Makefile.PL 2188 2007-08-20 19:21:29Z mbarbon $
8 ## Copyright:   (c) 2002-2004, 2007 Simon Flack
9 ## Licence:     This program is free software; you can redistribute it and/or
10 ##              modify it under the same terms as Perl itself
11 #############################################################################
12
13 use strict;
14 use lib '../../build';
15 use Wx::build::MakeMaker;
16
17 wxWriteMakefile( NAME            => 'Wx::DocView',
18                  VERSION_FROM    => 'lib/Wx/DocView.pm',
19                  clean        => { FILES => 'cpp/cmdproc.h' },
20                  WX_CORE_LIB     => 'core base',
21                  );
22
23 # local variables:
24 # mode: cperl
25 # end:
26