diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-03-27 12:39:17 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-03-27 13:16:27 -0700 |
commit | 81937131f3c85f2a5b8591cc8c94b5c3e88c5186 (patch) | |
tree | 8188179869fe26b827660f518cc2b8b5688917ab /mail/Makefile | |
parent | 09fee6bbc0bfab98231be06f2762a852d6af0c50 (diff) | |
download | freebsd-ports-81937131f3c85f2a5b8591cc8c94b5c3e88c5186.zip |
mail/mailio: New port: C++ library for MIME format and SMTP, POP3 and IMAP protocols
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 3e4784b259cb..0158a9b0024a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -198,6 +198,7 @@ SUBDIR += mailfront SUBDIR += mailgraph SUBDIR += mailhog + SUBDIR += mailio SUBDIR += mailman SUBDIR += mailman-exim4 SUBDIR += mailman-postfix |