Apache-AuthenSecurID

 view release on metacpan or  search on metacpan

Auth/Makefile.PL  view on Meta::CPAN

# $Id: Makefile.PL,v 1.1 2001/06/15 17:57:00 root Exp $

use ExtUtils::MakeMaker;

sub MY::libscan {
	my($self,$path) = @_;
	return '' if $path =~ /RCS/;
	$path;
}

WriteMakefile(
	'NAME'		=> 'Apache::AuthenSecurID::Auth',
	'VERSION_FROM'	=> 'Auth.pm', 
	'PREREQ_PM'	=> { 	Authen::ACE => 0.90,
				Crypt::CBC => 1.25,
				Crypt::Blowfish => 2.06 },
	'dist'		=> { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
);



( run in 0.637 second using v1.01-cache-2.11-cpan-df04353d9ac )