aboutsummaryrefslogtreecommitdiff
path: root/devel/adocman/files
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2006-01-05 02:04:03 +0000
committerBill Fenner <fenner@FreeBSD.org>2006-01-05 02:04:03 +0000
commitf9eda3261e4788660952f51e54ae11602d3b4a12 (patch)
treed7188e0f5218a6f67133223ffba96b92ea66ae78 /devel/adocman/files
parent7609e29a5681f2f5dc2dd798589a6939390621af (diff)
Notes
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'
+);
+