imapsync/NTLM-1.05/Makefile.PL
Nick Bebout d88bf4b46a 1.398
2011-03-12 02:45:04 +00:00

14 lines
422 B
Perl

#!/usr/bin/perl
use ExtUtils::MakeMaker;
#
WriteMakefile(
'NAME' => 'Authen::NTLM',
'DIR' => ['DES', 'MD4'],
'VERSION_FROM' => 'NTLM.pm',
'PREREQ_PM' => { 'MIME::Base64' => 0, 'Digest::HMAC_MD5' => 0 },
($] >= 5.005 ? ## Add these new keywords supported since 5.005
('AUTHOR' => 'David (Buzz) Bussenschutt <davidbuzz@gmail.com>, Mark Bush <Mark.Bush@bushnet.demon.co.uk>') : ()),
);