diff options
author | krion <krion@FreeBSD.org> | 2003-08-31 18:42:49 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-31 18:42:49 +0800 |
commit | 1519882f67bd6b74746fa5368e8703de1cd51cb2 (patch) | |
tree | a0ec294dd48291d7f340f669be69bc5f50e551ad /mail/Makefile | |
parent | 947544a6e48888ba2ef43038d8082e1e9febf960 (diff) | |
download | freebsd-ports-gnome-1519882f67bd6b74746fa5368e8703de1cd51cb2.tar.gz freebsd-ports-gnome-1519882f67bd6b74746fa5368e8703de1cd51cb2.tar.zst freebsd-ports-gnome-1519882f67bd6b74746fa5368e8703de1cd51cb2.zip |
- New port: mail/p5-Email-Simple: Simple, fast mail parser
Email::Simple is the first deliverable of the "Perl Email
Project", a reaction against the complexity and increasing
bugginess of the Mail::* modules. In contrast, Email::* modules
are meant to be simple to use and to maintain, pared to the
bone, fast, minimal in their external dependencies, and
correct.
PR: 56229
Submitted by: Lars Thegler <lars@thegler.dk>
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 23acf85129ef..ab791f7e4bb4 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -175,6 +175,7 @@ SUBDIR += offlineimap SUBDIR += openwebmail SUBDIR += p5-Email-Find + SUBDIR += p5-Email-Simple SUBDIR += p5-Email-Valid SUBDIR += p5-Email-Valid-Loose SUBDIR += p5-IMAP-Admin |