diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-31 05:13:24 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-31 05:13:24 +0000 |
commit | a041248ae130386010e6476cbe61ddd0acec4328 (patch) | |
tree | a715ce2adbf038e0a545f195d0f5dbf310ec6c60 /mail/Makefile | |
parent | Add p5-Email-Valid 0.12, a perl module to check the validity of email (diff) |
Add p5-Email-Find 0.02, a perl module to find RFC 822 email addresses in
plain text.
PR: 23915
Submitted by: Anton Berezin <tobez@tobez.org>
Notes
Notes:
svn path=/head/; revision=36491
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 4100e5e2d888..ffbaf660b911 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -75,6 +75,7 @@ SUBDIR += nail SUBDIR += newmail SUBDIR += nmh + SUBDIR += p5-Email-Find SUBDIR += p5-Email-Valid SUBDIR += p5-IMAP-Admin SUBDIR += p5-MIME-Lite |