diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-08-10 14:49:45 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-08-10 14:49:45 +0000 |
commit | e5e93837a0e5405d344fc88f36f8bbdc42455786 (patch) | |
tree | 2abb064ae5fe5e6d9417d1f7cda42ae41c4c82a6 /mail/Makefile | |
parent | - Upgrade to 2.18. (diff) |
mail/libcmime: Lightweight C mime library
libcmime is a lightweight mime library, written in C. It attempts to
be a general library for parsing and creating mime email messages and
is designed to provide an easy to use and easy to integrate interface
for developers. libcmime is a pretty fresh project so the library is
still in beta state and there will be early and frequent releases.
WWW: http://www.libcmime.org/
PR: ports/181158
Submitted by: Axel Steiner <ast treibsand.com>
Notes
Notes:
svn path=/head/; revision=324537
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 73a21025c0b8..c9fd877f05df 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -217,6 +217,7 @@ SUBDIR += kshowmail SUBDIR += lbdb SUBDIR += lens + SUBDIR += libcmime SUBDIR += libdkim SUBDIR += libdomainkeys SUBDIR += libesmtp |