LEMONLDAP::NG : new dependencies

This commit is contained in:
Xavier Guimard 2008-05-10 19:42:54 +00:00
parent 23578390f3
commit 62a2742b06
3 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Description: Lemonldap::NG apache manager part
Package: liblemonldap-ng-portal-perl
Architecture: all
Depends: libapache-session-perl, libnet-ldap-perl, liblemonldap-ng-conf-perl (>=0.8.2.3)
Depends: libapache-session-perl, libnet-ldap-perl, liblemonldap-ng-conf-perl (>=0.8.2.3), libhtml-template-perl
Suggests: liblasso-perl, libcgi-session-perl
Description: Lemonldap::NG apache authentication portal part
Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies

View File

@ -9,6 +9,7 @@ WriteMakefile(
'LWP::UserAgent' => 0,
'Cache::Cache' => 0,
'Lemonldap::NG::Manager' => 0.4,
'IO::Pipe' => 0,
}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/Lemonldap/NG/Handler.pm', # retrieve abstract from module

View File

@ -9,6 +9,7 @@ WriteMakefile(
'Net::LDAP' => 0,
'CGI' => 3.08,
'CGI::Session' => 0,
'HTML::Template' => 0,
'Lemonldap::NG::Manager' => 0.4,
},
($] >= 5.005 ? ## Add these new keywords supported since 5.005