From e97da7bb0d230fd624e7f21464c6355a4fdad119 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 5 Apr 2014 06:53:19 +0000 Subject: get a basic CGI feed sender running We should be able to wire up the rest, soon. --- Makefile.PL | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile.PL') 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 ', 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 }, ); -- cgit v1.2.3-24-ge0c7