File: Makefile.PL

package info (click to toggle)
libjifty-plugin-authentication-ldap-perl 1.01-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 200 kB
  • sloc: perl: 1,924; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
use inc::Module::Install;
name('Jifty-Plugin-Authentication-Ldap');
all_from('lib/Jifty/Plugin/Authentication/Ldap.pm');

requires('Jifty');
requires('Net::LDAP');

auto_install();
tests(qw( t/*.t ));

install_share;

WriteAll;