diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-08-09 09:47:44 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-08-09 09:47:44 +0000 |
commit | 61b5015505b8826ec97fefe6ab73824769704642 (patch) | |
tree | fccfcf597e9ae737df4b49437fbbf3c481b0a10a /mail/Makefile | |
parent | 97aa9a67a53edbdc68fce2c95bc5f5407ab6c37e (diff) | |
download | pkgsrc-61b5015505b8826ec97fefe6ab73824769704642.tar.gz |
mail: Import p5-Tie-Handle-SkipHeader version 0.004.
This subclass of Tie::Handle::Offset automatically hides an email-style
message header. After opening the file, it reads up to a blank or
white-space-only line and sets the offset to the next byte.
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 51d2445f273..d1bf344c52f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.508 2018/05/28 12:56:52 schmonz Exp $ +# $NetBSD: Makefile,v 1.509 2018/08/09 09:47:44 jperkin Exp $ # COMMENT= Electronic mail utilities @@ -249,6 +249,7 @@ SUBDIR+= p5-Parse-MIME SUBDIR+= p5-Sendmail-AccessDB SUBDIR+= p5-Sendmail-PMilter SUBDIR+= p5-Test-Email +SUBDIR+= p5-Tie-Handle-SkipHeader SUBDIR+= p5-URI-imap SUBDIR+= p5-User-Identity SUBDIR+= p5-razor-agents |