Add libwx-perl
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / ext / aui / Makefile.PL
1 #############################################################################
2 ## Name:        ext/aui/Makefile.PL
3 ## Purpose:     Makefile.PL for wxAUI
4 ## Author:      Mattia Barbon
5 ## Modified by:
6 ## Created:     11/11/2006
7 ## RCS-ID:      $Id: Makefile.PL 2057 2007-06-18 23:03:00Z mbarbon $
8 ## Copyright:   (c) 2006 Mattia Barbon
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
15 use Config;
16 use lib '../../build';
17 use Wx::build::MakeMaker;
18
19 wxWriteMakefile( NAME         => 'Wx::AUI',
20                  VERSION_FROM => 'lib/Wx/AUI.pm',
21                  clean        => { FILES => 'cpp' },
22                  REQUIRE_WX   => 2.007002,
23                  WX_CORE_LIB  => 'aui adv core base',
24                );