aboutsummaryrefslogtreecommitdiff
path: root/devel/adocman/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/adocman/files')
-rw-r--r--devel/adocman/files/Makefile.PL11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/adocman/files/Makefile.PL b/devel/adocman/files/Makefile.PL
new file mode 100644
index 000000000000..2ccaef53e686
--- /dev/null
+++ b/devel/adocman/files/Makefile.PL
@@ -0,0 +1,11 @@
+#
+# Make it easier to install the perl modules in the
+# adocman project.
+#
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+ NAME => 'Alexandria',
+ VERSION_FROM => 'Alexandria/Client.pm'
+);
+