859d757c3d5c776e69ca99a0b070f4b2d6de88ec
[freeside.git] / fs_signup / FS-SignupClient / 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::SignupClient',
6     'VERSION_FROM'  => 'SignupClient.pm', # finds $VERSION
7     'EXE_FILES'     => [ 'fs_signupd' ],
8     'INSTALLSCRIPT' => '/usr/local/sbin',
9     'PERM_RWX'      => '750',
10 );