summaryrefslogtreecommitdiff
path: root/cpan/dist/Crypt-UnixCrypt/Makefile.PL
blob: 3b74ceed5f7201db1f3ff903bbf0749cdd78339e (plain)
1
2
3
4
5
6
7
8
use 5.004;  # i.e. not tested under earlier versions
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'          => 'Crypt::UnixCrypt',
    'VERSION_FROM'  => 'UnixCrypt.pm',
    'dist'          => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
);