3 # Perl Makefile for MogileFS
6 # Invoke with 'perl Makefile.PL'
8 # See ExtUtils::MakeMaker (3) for more information on how to influence
9 # the contents of the Makefile that is written
12 use ExtUtils
::MakeMaker
;
14 my $exefiles = ["mogstored", "mogilefsd", "mogdbsetup", "mogautomount"];
15 $exefiles = ["mogstored"] if exists $ENV{DANGABUILD_MOGSTOREDONLY
};
16 $exefiles = ["mogilefsd"] if exists $ENV{DANGABUILD_MOGILEFSDONLY
};
19 NAME
=> 'MogileFS::Server',
20 VERSION_FROM
=> 'lib/MogileFS/Server.pm',
21 AUTHOR
=> 'Brad Fitzpatrick <brad@danga.com>',
22 ABSTRACT_FROM
=> 'lib/MogileFS/Server.pm',
23 EXE_FILES
=> $exefiles,
25 'Danga::Socket' => '1.56',
28 'Sys::Syscall' => '0.22',
34 'MogileFS::Client' => 0,
36 'Test::More' => 0.88, # 0.88 for done_testing() support
40 package => ['ProcessHandle', 'TrackerHandle', 'MogstoredHandle',
44 homepage
=> 'http://www.mogilefs.org',
45 bugtracker
=> 'http://code.google.com/p/mogilefs/issues/list',
46 repository
=> 'git://github.com/mogilefs/MogileFS-Server.git',
47 MailingList
=> 'http://groups.google.com/group/mogile',