summaryrefslogtreecommitdiff
path: root/perl/FromCPAN/Mail/meson.build
blob: 467507c5e690ef4ead871fb87daded88e3d95955 (plain)
1
2
3
4
5
6
7
8
test_dependencies += custom_target(
  input: 'Address.pm',
  output: 'Address.pm',
  command: generate_perl_command,
  install: true,
  install_dir: perllibdir / 'FromCPAN/Mail',
  depends: [git_version_file],
)