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

« back to all changes in this revision

Viewing changes to ext/richtext/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:     05/11/2006
7
 
## RCS-ID:      $Id: Makefile.PL 2057 2007-06-18 23:03:00Z mbarbon $
8
 
## Copyright:   (c) 2006 Mattia Barbon
 
7
## RCS-ID:      $Id: Makefile.PL 2927 2010-06-06 08:06:10Z mbarbon $
 
8
## Copyright:   (c) 2006, 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
#############################################################################
18
18
 
19
19
wxWriteMakefile( NAME         => 'Wx::RichText',
20
20
                 VERSION_FROM => 'lib/Wx/RichText.pm',
21
 
                 clean        => { FILES => 'cpp' },
22
21
                 REQUIRE_WX   => 2.007000,
23
22
                 WX_CORE_LIB  => 'richtext html adv core base',
24
 
               );
 
23
                 );