diff options
author | wg <wg@FreeBSD.org> | 2013-08-10 22:49:45 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-08-10 22:49:45 +0800 |
commit | ecbe9c184dcf77ae44b9ee65ee8c2066aa0f2203 (patch) | |
tree | 2abb064ae5fe5e6d9417d1f7cda42ae41c4c82a6 /mail/Makefile | |
parent | 7b4caff8c6eb7b2058f0ffdfba139dbe2f99b90c (diff) | |
download | freebsd-ports-gnome-ecbe9c184dcf77ae44b9ee65ee8c2066aa0f2203.tar.gz freebsd-ports-gnome-ecbe9c184dcf77ae44b9ee65ee8c2066aa0f2203.tar.zst freebsd-ports-gnome-ecbe9c184dcf77ae44b9ee65ee8c2066aa0f2203.zip |
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>
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 |