pkgsrc/mail/p5-Mail-Message/Makefile
wen ad8803da00 Update to 3.008
Upstream changes:
version 3.008: Mon 11 Feb 12:30:40 CET 2019

        Fixes:
        - test with windows path [cpantesters]
        - when a message gets coerced, its components should not be delayed [fany]
        - date fields recognizing 2-digit years [Andrew Beverley]

        Improvements:
        - failing AUTOLOAD on ::Body gives unclear error
        - dates after 2030 for message separator in mbox
2019-02-24 02:26:20 +00:00

25 lines
890 B
Makefile

# $NetBSD: Makefile,v 1.8 2019/02/24 02:26:20 wen Exp $
DISTNAME= Mail-Message-3.008
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= angelmadames@gmail.com
HOMEPAGE= http://search.cpan.org/~markov/Mail-Message/
COMMENT= Object container for MIME-encoded message
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-IO-stringy>=2.1:../../devel/p5-IO-stringy
DEPENDS+= p5-Scalar-List-Utils>=1.4:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-URI>=1.7:../../www/p5-URI
DEPENDS+= p5-PathTools>=3.5:../../devel/p5-PathTools
DEPENDS+= p5-MIME-Types>=2.1:../../mail/p5-MIME-Types
DEPENDS+= p5-MailTools>=2.1:../../mail/p5-MailTools
DEPENDS+= p5-TimeDate>=2.3:../../time/p5-TimeDate
DEPENDS+= p5-User-Identity>=0.94:../../mail/p5-User-Identity
PERL5_PACKLIST= auto/Mail/Message/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"