git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3924
91ce42f0-d328-0410-95d8-
f526ca767f89
use ExtUtils::MakeMaker;
WriteMakefile(
- NAME => 'Bweb',
+ ABSTRACT => "An other Bacula WEB interface",
+ AUTHOR => "Eric Bollengier <eric@eb.homelinux.org>",
+ NAME => 'Bweb',
+ INST_BIN => "cgi",
+ VERSION_FROM => "lib/Bweb.pm",
+
+ # setup your cgi installation
+ # debian : /usr/lib/cgi-bin/bweb
+ # redhat/suse : /var/www/cgi-bin/bweb
+ #
+ INSTALLSITEBIN => "/usr/lib/cgi-bin/bweb",
);