1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 08:12:48 +01:00
imapsync/NTLM-1.05/MD4/Makefile.PL

13 lines
327 B
Makefile
Raw Normal View History

2011-03-12 03:45:04 +01:00
#!/usr/bin/perl
use ExtUtils::MakeMaker;
#
WriteMakefile(
'NAME' => 'Authen::NTLM::MD4',
'VERSION_FROM' => 'MD4.pm',
($] >= 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>') : ()),
);