blob: 53b7e8195a0c43ea9a71684fffa26c22d0ee7546 [file] [log] [blame]
Matt Spinler854e26a2017-01-17 13:39:24 -06001use Module::Build;
2
3Module::Build->new(
4 dist_name => 'MRWTools',
5 dist_version => '1.0',
6 license => 'perl',
Deepak Kodihalli30d400d2017-02-07 12:28:42 -06007 script_files => ['gen_devtree.pl',
Deepak Kodihallic8dca9e2017-02-19 23:42:02 -06008 'gen_fru_properties.pl',
Deepak Kodihalli30d400d2017-02-07 12:28:42 -06009 'gen_ipmi_fru.pl',
10 'gen_led_groups.pl',
11 'gen_openpower_fru.pl',
12 'hwmon.pl'],
Matt Spinler854e26a2017-01-17 13:39:24 -060013 pm_files => {'Inventory.pm' => 'lib/mrw/Inventory.pm',
14 'Util.pm' => 'lib/mrw/Util.pm'},
15)->create_build_script;