diff options
author | delphij <delphij@FreeBSD.org> | 2007-02-06 11:52:13 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-02-06 11:52:13 +0800 |
commit | 5d20ad728ee042e65bca3352e52c9c08eb102b1a (patch) | |
tree | 57c2cc05a5d056e546af6f86f6a7c814d593029f /mail/Makefile | |
parent | 171d500237b169a95e2bcc8c322d5a916dbc47df (diff) | |
download | freebsd-ports-gnome-5d20ad728ee042e65bca3352e52c9c08eb102b1a.tar.gz freebsd-ports-gnome-5d20ad728ee042e65bca3352e52c9c08eb102b1a.tar.zst freebsd-ports-gnome-5d20ad728ee042e65bca3352e52c9c08eb102b1a.zip |
New port skeleton for ExtMail -- A high performance webmail system.
It was written in pure perl, only support Maildir++(or Maildir), we try to
optimize the design and archtecture, make it scalable well and run faster
than common php/perl webmail system.
Homepage: http://www.extmail.org
Submitted by: chifeng at gmail 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 140743e1d8d5..24f1d85e467e 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -122,6 +122,7 @@ SUBDIR += exim-sqlite SUBDIR += exipick SUBDIR += exmh2 + SUBDIR += extmail SUBDIR += ezmlm SUBDIR += ezmlm-idx SUBDIR += ezmlm-web |