X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=gui%2Fbweb%2FMakefile.PL;h=45833d1c1ade8c71433d0068777abebd28c00138;hb=daa73b2fdc6d4f6a27f467215a3a16518b76d294;hp=76d36ce7a02c72312f734efc723dfc6f8be07c9d;hpb=5b182a6a605f3993d26a19925e8a5b3748917f72;p=bacula%2Fbacula diff --git a/gui/bweb/Makefile.PL b/gui/bweb/Makefile.PL index 76d36ce7a0..45833d1c1a 100644 --- a/gui/bweb/Makefile.PL +++ b/gui/bweb/Makefile.PL @@ -1,5 +1,26 @@ +use Test::More tests => 7; + +require_ok('DBI'); +require_ok('GD::Graph'); +require_ok('GD'); +require_ok('HTML::Template'); +require_ok('CGI'); +require_ok('Expect'); +require_ok('Time::ParseDate'); + + use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'Bweb', + ABSTRACT => "An other Bacula WEB interface", + AUTHOR => "Eric Bollengier ", + NAME => 'Bweb', + VERSION => "lib/Bweb.pm", + + #INST_BIN => "cgi", + # setup your cgi installation + # debian : /usr/lib/cgi-bin/bweb + # redhat/suse : /var/www/cgi-bin/bweb + # + #INSTALLSITEBIN => "/usr/lib/cgi-bin/bweb", );