git/perl/Git/LoadCPAN/Mail/meson.build

8 lines
202 B
Meson

test_dependencies += custom_target(
input: 'Address.pm',
output: 'Address.pm',
command: generate_perl_command,
install: true,
install_dir: get_option('datadir') / 'perl5/Git/LoadCPAN/Mail',
)