summaryrefslogtreecommitdiff
path: root/fs_signup/FS-SignupClient/Makefile.PL
blob: 208e8507a11a79de48a28be9f25d31fbf9c4af46 (plain)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	    => 'FS::SignupClient',
    'VERSION_FROM'  => 'SignupClient.pm', # finds $VERSION
    'EXE_FILES'     => [ 'fs_signupd' ],
    'INSTALLSCRIPT' => '/usr/local/sbin',
    'INSTALLSITEBIN' => '/usr/local/sbin',
    'PERM_RWX'      => '750',
);