]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl add cgi copy
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 4 Jan 2007 20:40:49 +0000 (20:40 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 4 Jan 2007 20:40:49 +0000 (20:40 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3924 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/Makefile.PL

index 76d36ce7a02c72312f734efc723dfc6f8be07c9d..d0ad8c5ed9e24360e98f260b54348affff2b7be6 100644 (file)
@@ -1,5 +1,15 @@
 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",
 );