aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 01345dc40038e18658c0fed2721868fb8e024125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- perl -*-
use strict;
use ExtUtils::MakeMaker;

WriteMakefile(NAME      =>      'acmeman',
	      ABSTRACT_FROM  => 'acmeman',
	      VERSION_FROM =>   'acmeman',
	      AUTHOR    =>      'Sergey Poznyakoff <gray@gnu.org>',
	      LICENSE   =>      'gpl',
	      EXE_FILES =>      [ 'acmeman' ],
	      PREREQ_PM =>      { 'Getopt::Long' => 2.34,
                                  'File::Path'   => 2.08,
                                  'File::Basename' => 2.84,
				  'Protocol::ACME' => 1.01,
                                  'Protocol::ACME::Challenge::LocalFile' => 1.01,
				  'Crypt::Format' => 0.06,
				  'Crypt::OpenSSL::PKCS10' => 0.16,
				  'Crypt::OpenSSL::RSA' => 0.28,
				  'Crypt::OpenSSL::X509' => 1.807,
				  'DateTime::Format::Strptime' => 1.42,
				  'WWW::Curl::Easy' => 4.17,
				  'Pod::Usage' => 1.51,
				  'Pod::Man' => 2.25 } );

Return to:

Send suggestions and report system problems to the System administrator.