File: Makefile.PL

package info (click to toggle)
libcrypt-hcesha-perl 0.70-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 76 kB
  • ctags: 36
  • sloc: perl: 613; makefile: 43
file content (9 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Crypt::HCE_SHA',
    'VERSION_FROM' => 'HCE_SHA.pm', # finds $VERSION
    'PREREQ_PM' => {'Digest::SHA1' => 0,
		    'MIME::Base64' => 2}
);