about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-04-05 06:53:19 +0000
committerEric Wong <normalperson@yhbt.net>2014-04-05 06:55:35 +0000
commite97da7bb0d230fd624e7f21464c6355a4fdad119 (patch)
tree37becb267c83ee384adb9884c3891f9bc430523b /Makefile.PL
parente6c85810fc1536676fb72b4bf050aca72f0e9b10 (diff)
downloadpublic-inbox-e97da7bb0d230fd624e7f21464c6355a4fdad119.tar.gz
We should be able to wire up the rest, soon.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5d3ee75c..6b2e16ff 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,14 +8,20 @@ WriteMakefile(
         VERSION => '0.0.0',
         AUTHOR => 'Eric Wong <normalperson@yhbt.net>',
         ABSTRACT => 'public-inbox.org infrastructure',
-        EXE_FILES => [qw/public-inbox-mda/],
+        EXE_FILES => [qw/public-inbox-mda public-inbox-cgi/],
         PREREQ_PM => {
-                # note: we use ssoma(1) and spamc(1),
+                # note: we use ssoma(1) and spamc(1),
                 # NOT the Perl modules
+                # We also depend on git through ssoma.
                 'Email::MIME' => 0,
                 'Email::MIME::ContentType' => 0,
                 'Email::Filter' => 0,
                 'Email::Address' => 0,
+                'Date::Parse' => 0,
+                'Encode::MIME::Header' => 0,
+                'XML::Atom::SimpleFeed' => 0,
+                # We have more test dependencies, but do not force
+                # users to install them
         },
 );