libcrypt-blowfish-pp-perl/Makefile.PL

9 lines
183 B
Makefile
Raw Normal View History

2017-10-31 14:54:50 +01:00
require 5.004;
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Crypt::Blowfish_PP',
'VERSION_FROM' => 'Blowfish_PP.pm',
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz'}
);