summaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorBen Smithurst <ben@FreeBSD.org>2000-07-29 01:17:07 +0000
committerBen Smithurst <ben@FreeBSD.org>2000-07-29 01:17:07 +0000
commitafd41a13ec53118181a879d55ecf0a8275dccb01 (patch)
tree9cd3d20d9c123079f50818ee2406004354a99f90 /mail/Makefile
parentInstall ud binary with proper permissions (0755 vs. 0775). (diff)
Add Mail::Sender:
Mail::Sender provides an object oriented interface to sending mails. It doesn't need any outer program. It connects to a mail server directly from Perl, using Socket. PR: 20208 Submitted by: ben
Notes
Notes: svn path=/head/; revision=31092
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index d7b8caa6ff5a..52e0cf8fc811 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -75,6 +75,7 @@
SUBDIR += p5-Mail-CClient
SUBDIR += p5-Mail-Folder
SUBDIR += p5-Mail-POP3Client
+ SUBDIR += p5-Mail-Sender
SUBDIR += p5-Mail-Sendmail
SUBDIR += p5-Mail-Tools
SUBDIR += pathalias