Add libwx-perl
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / ext / calendar / Makefile.PL
diff --git a/deb-src/libwx-perl/libwx-perl-0.96/ext/calendar/Makefile.PL b/deb-src/libwx-perl/libwx-perl-0.96/ext/calendar/Makefile.PL
new file mode 100755 (executable)
index 0000000..0832ccf
--- /dev/null
@@ -0,0 +1,27 @@
+#############################################################################
+## Name:        ext/calendar/Makefile.PL
+## Purpose:     Makefile.PL for wxCalendarCtrl
+## Author:      Mattia Barbon
+## Modified by:
+## Created:     05/10/2002
+## RCS-ID:      $Id: Makefile.PL 2057 2007-06-18 23:03:00Z mbarbon $
+## Copyright:   (c) 2002-2003 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::Calendar',
+                 VERSION_FROM => 'Calendar.pm',
+                 clean        => { FILES => 'cpp' },
+                 WX_CORE_LIB  => 'adv core base',
+               );
+
+# local variables:
+# mode: cperl
+# end: