import rt 2.0.14
[freeside.git] / fs_sesmon / FS-SessionClient / Makefile.PL
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
5     'NAME'          => 'FS::SessionClient',
6     'VERSION_FROM'  => 'SessionClient.pm', # finds $VERSION
7     'EXE_FILES'     => [ qw(fs_sessiond bin/freeside-login bin/freeside-logout) ],
8     'INSTALLSCRIPT' => '/usr/local/sbin',
9     'PERM_RWX'      => '750',
10 );