summaryrefslogtreecommitdiffstats
path: root/perl/Git/SVN/Memoize/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'perl/Git/SVN/Memoize/meson.build')
-rw-r--r--perl/Git/SVN/Memoize/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/Git/SVN/Memoize/meson.build b/perl/Git/SVN/Memoize/meson.build
new file mode 100644
index 0000000000..515ab3dd92
--- /dev/null
+++ b/perl/Git/SVN/Memoize/meson.build
@@ -0,0 +1,7 @@
+test_dependencies += custom_target(
+ input: 'YAML.pm',
+ output: 'YAML.pm',
+ command: generate_perl_command,
+ install: true,
+ install_dir: get_option('datadir') / 'perl5/Git/SVN',
+)