summaryrefslogtreecommitdiff
path: root/perl/Git/LoadCPAN/Mail/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'perl/Git/LoadCPAN/Mail/meson.build')
-rw-r--r--perl/Git/LoadCPAN/Mail/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/Git/LoadCPAN/Mail/meson.build b/perl/Git/LoadCPAN/Mail/meson.build
new file mode 100644
index 0000000000..05a5770560
--- /dev/null
+++ b/perl/Git/LoadCPAN/Mail/meson.build
@@ -0,0 +1,8 @@
+test_dependencies += custom_target(
+ input: 'Address.pm',
+ output: 'Address.pm',
+ command: generate_perl_command,
+ install: true,
+ install_dir: perllibdir / 'Git/LoadCPAN/Mail',
+ depends: [git_version_file],
+)