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.
5 'NAME' => 'FS::SignupClient',
6 'VERSION_FROM' => 'SignupClient.pm', # finds $VERSION
7 # 'EXE_FILES' => [ 'fs_signupd' ],
8 # 'INSTALLSCRIPT' => '/usr/local/sbin',
9 # 'INSTALLSITEBIN' => '/usr/local/sbin',
12 'Business::CreditCard' => 0,
13 'HTTP::BrowserDetect' => 0,
14 'Text::Template' => 0,
15 'FS::SelfService' => 0,