3 use ExtUtils::MakeMaker;
7 AUTHOR => q{Richard Hartmann <richih.mailinglist@gmail.com>},
8 VERSION_FROM => 'hostuuid',
9 ABSTRACT_FROM => 'hostuuid',
10 INSTALLBIN => '/usr/bin',
11 INSTALLMAN1DIR => '/usr/share/man/man1/',
12 EXE_FILES => [qw(hostuuid)],
13 ($ExtUtils::MakeMaker::VERSION >= 6.3002
18 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
19 clean => { FILES => 'hostuuid-*' },