~ubuntu-branches/ubuntu/trusty/libwx-perl/trusty

« back to all changes in this revision

Viewing changes to ext/xrc/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2011-01-18 17:17:01 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110118171701-z5rfg143qndfrau2
Tags: 1:0.98-1
* New upstream release
  - add epoch, to compensate for upstream going from 0.9702 -> 0.98
* Standards-Version: 3.9.1 (no changes required)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
## Author:      Mattia Barbon
5
5
## Modified by:
6
6
## Created:     27/07/2001
7
 
## RCS-ID:      $Id: Makefile.PL 2057 2007-06-18 23:03:00Z mbarbon $
8
 
## Copyright:   (c) 2001-2005 Mattia Barbon
 
7
## RCS-ID:      $Id: Makefile.PL 2927 2010-06-06 08:06:10Z mbarbon $
 
8
## Copyright:   (c) 2001-2005, 2010 Mattia Barbon
9
9
## Licence:     This program is free software; you can redistribute it and/or
10
10
##              modify it under the same terms as Perl itself
11
11
#############################################################################
16
16
 
17
17
wxWriteMakefile( NAME            => 'Wx::XRC',
18
18
                 VERSION_FROM    => 'lib/Wx/XRC.pm',
19
 
                 clean           => { FILES => 'cpp/factory.h cpp/reshnd.h' },
20
19
                 WX_CORE_LIB     => 'xrc xml html adv core base',
21
 
               );
 
20
                 );
22
21
 
23
22
# local variables:
24
23
# mode: cperl