diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-13 00:42:15 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-13 00:42:15 +0000 |
commit | a289327ceb3cf09ec1262dc993a902b15ae78ca6 (patch) | |
tree | 411a954cb344272d2ec2f69efcc34710f402222e /mail/Makefile | |
parent | 222dde6290364c4bf086f0aaa068f63d2b11e714 (diff) | |
download | ports-a289327ceb3cf09ec1262dc993a902b15ae78ca6.tar.gz ports-a289327ceb3cf09ec1262dc993a902b15ae78ca6.zip |
Add p5-Email-Filter 1.0, library for creating easy email filters.
This is another module produced by the "Perl Email Project", a reaction
against the complexity and increasing bugginess of the "Mail::*"
modules. It replaces Mail::Audit, and allows you to write programs
describing how your mail should be filtered.
WWW: http://search.cpan.org/dist/Email-Filter
PR: 59617
Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes:
svn path=/head/; revision=95703
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 a7a9e4793470..8f9667c243c4 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -193,6 +193,7 @@ SUBDIR += nullmailer SUBDIR += offlineimap SUBDIR += openwebmail + SUBDIR += p5-Email-Filter SUBDIR += p5-Email-Find SUBDIR += p5-Email-Folder SUBDIR += p5-Email-FolderType |