Add libwx-perl
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / ext / help / Makefile.PL
1 #############################################################################
2 ## Name:        ext/help/Makefile.PL
3 ## Purpose:     Makefile.PL for wxHelpController*
4 ## Author:      Mattia Barbon
5 ## Modified by:
6 ## Created:     18/03/2001
7 ## RCS-ID:      $Id: Makefile.PL 2057 2007-06-18 23:03:00Z mbarbon $
8 ## Copyright:   (c) 2001-2003 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 use lib '../../build';
15 use Wx::build::MakeMaker;
16
17 wxWriteMakefile( NAME         => 'Wx::Help',
18                  VERSION_FROM => 'lib/Wx/Help.pm',
19                  WX_CORE_LIB  => 'core base',
20                );
21
22 # local variables:
23 # mode: cperl
24 # end: