The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#############################################################################
## Name:        ext/ribbon/Makefile.PL
## Purpose:     Makefile.PL for wxRibbonBar
## Author:      Mark Dootson
## Modified by:
## Created:     05/03/2012
## SVN-ID:      $Id: Makefile.PL 3176 2012-03-08 03:26:08Z mdootson $
## Copyright:   (c) 2012 Mattia Barbon
## Licence:     This program is free software; you can redistribute it and/or
##              modify it under the same terms as Perl itself
#############################################################################

use strict;

use Config;
use lib '../../build';
use Wx::build::MakeMaker;

wxWriteMakefile( NAME         => 'Wx::Ribbon',
                 VERSION_FROM => 'lib/Wx/Ribbon.pm',
                 REQUIRE_WX   => 2.009003,
                 WX_CORE_LIB  => 'ribbon adv core base',
                 REQUIRE_WX_LIB  => 'ribbon',
                 NO_WX_PLATFORMS => [ ],
                 );