diff options
author | Fukang Chen <loader@FreeBSD.org> | 2017-06-28 08:59:02 +0000 |
---|---|---|
committer | Fukang Chen <loader@FreeBSD.org> | 2017-06-28 08:59:02 +0000 |
commit | 53e4f7696616f94fd9eaf595913a4c0366b35850 (patch) | |
tree | 8c9cf539f9e431193a28095e207081db21acb986 /mail/Makefile | |
parent | eb9a18e35c4179b51df927d13b309165ec81b124 (diff) | |
download | ports-53e4f7696616f94fd9eaf595913a4c0366b35850.tar.gz ports-53e4f7696616f94fd9eaf595913a4c0366b35850.zip |
[NEW PORT] mail/p5-Net-LMTP: Local Mail Transfer Protocol Client
This module implements a client interface to the LMTP protocol,
enabling a perl5 application to talk to LMTP servers.
WWW: http://search.cpan.org/dist/Net-LMTP/
Reviewed by: koobs
Approved by: koobs (ports)
Differential Revision: https://reviews.freebsd.org/D11320
Notes
Notes:
svn path=/head/; revision=444553
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 231c02bea8b6..a06ec3a0853f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -431,6 +431,7 @@ SUBDIR += p5-Net-IMAP-Server SUBDIR += p5-Net-IMAP-Simple SUBDIR += p5-Net-IMAP-Simple-SSL + SUBDIR += p5-Net-LMTP SUBDIR += p5-Net-ManageSieve SUBDIR += p5-Net-POP3-SSLWrapper SUBDIR += p5-Net-QMTP |