]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/Makefile.PL
ebl update
[bacula/bacula] / gui / bweb / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4  ABSTRACT => "An other Bacula WEB interface",
5  AUTHOR   => "Eric Bollengier <eric@eb.homelinux.org>",
6  NAME     => 'Bweb',
7  VERSION  => "lib/Bweb.pm",
8
9  #INST_BIN => "cgi",
10  # setup your cgi installation
11  # debian      : /usr/lib/cgi-bin/bweb
12  # redhat/suse : /var/www/cgi-bin/bweb
13  # 
14  #INSTALLSITEBIN => "/usr/lib/cgi-bin/bweb",
15 );