File: Makefile.PL

package info (click to toggle)
libcrypt-simple-perl 0.06-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 84 kB
  • sloc: perl: 224; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'		=> 'Crypt::Simple',
    'VERSION_FROM'	=> 'Simple.pm',
    'PREREQ_PM'		=> {
                         'Crypt::Blowfish' => 2.06,
                         'Compress::Zlib' => 1.11,
                         'MIME::Base64' => 2.11,
                         'Digest::MD5' => 2.13,
                         'FreezeThaw' => 0.41,
                       },
);