aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Mail-Spool/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-Mail-Spool/pkg-descr')
-rw-r--r--mail/p5-Mail-Spool/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/p5-Mail-Spool/pkg-descr b/mail/p5-Mail-Spool/pkg-descr
new file mode 100644
index 000000000000..9fc4069925e7
--- /dev/null
+++ b/mail/p5-Mail-Spool/pkg-descr
@@ -0,0 +1,8 @@
+Mail::Spool is a "pure perl" implementation of mail spooling, unspooling
+and sending. It is intended to be used with daemons such as
+Net::Server::SMTP (to be released soon), but it also contains its own
+daemon (based off of Net::Server::Fork) that can be used if necessary.
+
+It is also intended to be used as a quick spooling mechanism for perl
+scripts. As it can write straight to the queue without opening another
+process.