summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 1887d4845cf433272d72bccd06c163e7cb8a0d41 (plain)
1
2
3
4
5
6
7
8
9
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',
    'EXE_FILES'    => [ '_smtpd', ],
    'INSTALLSCRIPT'  => '/usr/local/bin',
    'INSTALLSITEBIN' => '/usr/local/bin',
);