pkgsrc/mail/p5-Email-Simple/Makefile
wen 9246dcc86a Update to 2.208
Upstream changes:
2.208     2015-07-20 20:34:04-04:00 America/New_York
        - same as v2.207
        - ...but bump perl required to v5.8

2.207     2015-07-04 14:23:36-04:00 America/New_York (TRIAL RELEASE)
        - fold headers passed to header arg in create method
          https://github.com/rjbs/Email-Simple/issues/7

2.206     2015-03-26 23:30:51-04:00 America/New_York
        - the changes from 2.204 are back (and re-listed here), but now with
          the added benefit of not breaking Email::MIME; see the git repository
          for the sordid details
        - provide header_raw and header_raw_set for consistent behavior between
          Email::Simple and Email::MIME; also, header_raw_pairs

2.205     2015-03-26 14:54:45-04:00 America/New_York
        - undo changes from 2.204 until safe Email::MIME upgrade path is
          available

2.204     2015-03-25 22:50:49-04:00 America/New_York
        - provide header_raw and header_raw_set for consistent behavior between
          Email::Simple and Email::MIME; also, header_raw_pairs
2015-08-03 03:13:19 +00:00

24 lines
752 B
Makefile

# $NetBSD: Makefile,v 1.23 2015/08/03 03:13:19 wen Exp $
DISTNAME= Email-Simple-2.208
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Email-Simple/
COMMENT= Perl5 module for simple parsing of RFC2822 message format and headers
LICENSE= ${PERL5_LICENSE}
# versions before 1.857 meddled in the guts of Email::Simple
CONFLICTS+= p5-Email-MIME<1.857
CONFLICTS+= p5-Email-Simple-Creator-[0-9]*
SUPERSEDES+= p5-Email-Simple-Creator<=1.424nb1
DEPENDS+= p5-Email-Date-Format-[0-9]*:../../mail/p5-Email-Date-Format
PERL5_PACKLIST= auto/Email/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"