pkgsrc/mail/p5-Email-MIME/Makefile
wen d7e043211b Update to 1.924
Update DEPENDS

Upstream changes:
1.924     2013-08-10 23:23:55 America/New_York
          update use of Email::MIME::ContentType to match new, fixed hash keys:
          type/subtype

1.923     2013-08-08 21:59:02 America/New_York
          do not consider the part-ending CRLF part of the body

          avoid undefined warnings in debug_structure [rt.cpan.org #82388]
          (Thanks, Kurt Anderson)

          better error message when the given body is a ref but not a scalar
          ref [rt.cpan.org #59205]

1.922     2013-07-10 08:45:02 America/New_York
          repackage, fixing version number

1.921     2013-07-01 22:51:01 America/New_York
          repackage, remove PEP links, update bugtracker

1.920     2013-06-17
          do not call parts_set during walk_parts unless the parts have
          actually changed

          When trying to decode a body, fall back to 7bit if the encoding is
          unknown.  Trying to create a new body in an unknown encoding is still
          forbidden.  This should make it easier to handle broken messages
          from "the internet."  ("Content-Transfer-Encoding: n"!?)

1.912_01  2013-04-08
          try to encode headers based on the header structure, if it has one,
          rather than treating the header as a big string in all cases; thanks
          for this work go to Jesse Luehrs
2013-09-08 10:52:29 +00:00

32 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.18 2013/09/08 10:52:29 wen Exp $
DISTNAME= Email-MIME-1.924
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5emm
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Email-MIME/
COMMENT= Perl module for easy MIME message parsing
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Email-MIME-ContentType>=1.016:../../mail/p5-Email-MIME-ContentType
DEPENDS+= p5-Email-MIME-Encodings>=1.314:../../mail/p5-Email-MIME-Encodings
DEPENDS+= p5-Email-MessageID-[0-9]*:../../mail/p5-Email-MessageID
# Email::Simple-2.100 contains both: Email::Simple and Email::Simple::Creator
DEPENDS+= p5-Email-Simple>=2.102:../../mail/p5-Email-Simple
DEPENDS+= {perl>=5.8.1,p5-Encode>=1.98.01}:../../textproc/p5-Encode
DEPENDS+= p5-MIME-Types>=1.13:../../mail/p5-MIME-Types
BUILD_DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
CONFLICTS+= p5-Email-MIME-Creator-[0-9]*
CONFLICTS+= p5-Email-MIME-Modifier-[0-9]*
SUPERSEDES+= p5-Email-MIME-Creator<=1.444
SUPERSEDES+= p5-Email-MIME-Modifier<=1.456
PERL5_PACKLIST= auto/Email/MIME/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"