2 # Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
3 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
5 # Note: this may be rewritten in another language in the future,
6 # so don't depend on any public Perl API
8 use ExtUtils
::MakeMaker
;
12 AUTHOR
=> 'Eric Wong <normalperson@yhbt.net>',
13 ABSTRACT
=> 'some sort of mail archiver',
14 EXE_FILES
=> [qw
/ssoma-mda ssoma ssoma-rm/],
16 # Keep this sorted and synced to the INSTALL document
18 'Email::LocalDelivery' => 0,
20 'File::Path::Expand' => 0,
21 'Net::IMAP::Simple' => 0,
27 -include Documentation/include.mk
28 N = $(shell echo $$(( $$(nproc 2>/dev/null || echo 2) + 1)))