diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2010-01-22 06:47:02 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2010-01-22 06:47:02 +0000 |
commit | cdc51f707984e62965b38bbad0e35cb5fe1bc2c4 (patch) | |
tree | 9dc7ed78ef7ffd4444571d44a37917fa2ef589c0 /mail/Makefile | |
parent | be21ee8a498eda4921acc37402d72aaaa825399f (diff) |
Net::POP3::SSLWrapper is simple POP3S wrapper for Net::POP3.
You can easy to support POP3S, with very small code change.
PR: ports/141694
Submitted by: johnpupu <johnpupu_AT_gmail dot com>
Notes
Notes:
svn path=/head/; revision=248352
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 76db0a9c70fe..e38ea309a71f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -423,6 +423,7 @@ SUBDIR += p5-Net-IMAP-Simple SUBDIR += p5-Net-IMAP-Simple-SSL SUBDIR += p5-Net-ManageSieve + SUBDIR += p5-Net-POP3-SSLWrapper SUBDIR += p5-Net-QMTP SUBDIR += p5-Net-SMTP-SSL SUBDIR += p5-Net-SMTP-Server |