]> sipb.mit.edu Git - ikiwiki.git/blobdiff - Makefile.PL
* Add a openidlogin-bg.gif to wikiicons and have the stylesheet use it for the
[ikiwiki.git] / Makefile.PL
index cfcc19db76cc5c2734ce3442bb1707394df8e18d..aaa334062cae220cdcd9f5a56491da6d4df634ff 100755 (executable)
@@ -71,4 +71,17 @@ WriteMakefile(
        PREFIX          => "/usr/local",
        PM_FILTER       => './pm_filter $(PREFIX) $(VER) $(PROBABLE_INST_LIB)',
        MAN1PODS        => {},
+       PREREQ_PM       => {
+               'XML::Simple'           => 0,
+               'Text::Markdown'        => 0,
+               'Date::Parse'           => 0,
+               'HTML::Template'        => 0,
+               'HTML::Scrubber'        => 0,
+               'CGI::FormBuilder'      => 3.02.02,
+               'Time::Duration'        => 0,
+               'CGI::Session'          => 0,
+               'Mail::Sendmail'        => 0,
+               'HTML::Parser'          => 0,
+               'URI'                   => 0,
+       },
 );