Codebase list libcrypt-cracklib-perl / cfbc96f1-6550-426b-9ab9-304eb55a3ae0/main Makefile.PL
cfbc96f1-6550-426b-9ab9-304eb55a3ae0/main

Tree @cfbc96f1-6550-426b-9ab9-304eb55a3ae0/main (Download .tar.gz)

Makefile.PL @cfbc96f1-6550-426b-9ab9-304eb55a3ae0/mainraw · history · blame

use inc::Module::Install;

name('Crypt-Cracklib');
license('perl');
perl_version('5.005');
all_from('Cracklib.pm');

homepage 'https://github.com/dsully/perl-crypt-cracklib';
repository 'https://github.com/dsully/perl-crypt-cracklib';
bugtracker 'https://github.com/dsully/perl-crypt-cracklib/issues';

test_requires 'Test::Pod::Coverage' => '1.08';
test_requires 'Pod::Coverage' => '0.19';
test_requires 'Test::More' => '0.47';

requires_external_cc();

cc_lib_links('crack');
cc_optimize_flags('-g -Wall -Werror');

auto_install();
WriteAll();