diff options
author | ben <ben@FreeBSD.org> | 2000-07-29 09:17:07 +0800 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2000-07-29 09:17:07 +0800 |
commit | 3a4bac246da6c0ae26f0942d851bf17637de83d0 (patch) | |
tree | 50b9e92fe351992ee28b402afa6f4fda9ba7f37d /mail/Makefile | |
parent | a1ef8f398cb4b25334a18cc97a0571090e5ae41a (diff) | |
download | freebsd-ports-gnome-3a4bac246da6c0ae26f0942d851bf17637de83d0.tar.gz freebsd-ports-gnome-3a4bac246da6c0ae26f0942d851bf17637de83d0.tar.zst freebsd-ports-gnome-3a4bac246da6c0ae26f0942d851bf17637de83d0.zip |
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
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
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 |