diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-10 06:26:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-10 06:26:17 +0800 |
commit | a43d37dcac4968a6f2583fa5f045cc64911a986e (patch) | |
tree | fb32bf63012c6a40027f753ef5f13f6f54efc19e /mail/Makefile | |
parent | 55c47f8df48bfd552b94520d41f2e68980ea3042 (diff) | |
download | freebsd-ports-gnome-a43d37dcac4968a6f2583fa5f045cc64911a986e.tar.gz freebsd-ports-gnome-a43d37dcac4968a6f2583fa5f045cc64911a986e.tar.zst freebsd-ports-gnome-a43d37dcac4968a6f2583fa5f045cc64911a986e.zip |
mime-construct constructs and (by default) mails MIME messages. It is entirely
driven from the command line, it is designed to be used by other programs, or
people who act like programs.
WWW: http://www.argon.org/~roderick/
PR: ports/144410
Submitted by: Alexey V. Degtyarev <alexey at renatasystems.org>
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 d379c73aa478..7313fb87cdf5 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -280,6 +280,7 @@ SUBDIR += milter-manager SUBDIR += milter-regex SUBDIR += milter-skem + SUBDIR += mime-construct SUBDIR += mime4j SUBDIR += mimedefang SUBDIR += mini_sendmail |