--- /dev/null
+use strict;
+use warnings;
+use diagnostics;
+use Module::Build;
+
+my $cm = Module::Build->new
+ (
+ module_name => 'Crypt::Monkeysphere',
+ license => 'gpl',
+ requires => {
+ 'Config::General' => '2.49',
+ 'Crypt::X509' => '0.21',
+ 'File::HomeDir' => '0.93',
+# 'GnuPG::Handles' => '0.42', (part of GnuPG::Interface)
+ 'GnuPG::Interface' => '0.42',
+ 'HTTP::Headers' => '6.00',
+ 'HTTP::Request' => '6.00',
+ 'HTTP::Server::Simple' => '0.42',
+ 'JSON' => '2.27',
+ 'Regexp::Common' => '2010010201',
+ },
+ dist_version_from => 'lib/Crypt/Monkeysphere/MSVA.pm',
+ dist_abstract => 'Monkeysphere public key validation daemon',
+ );
+$cm->create_build_script;