c4c8394c09
version 3.007: Mon 3 Sep 07:58:36 CEST 2018 Changes: - nicer algorithm to generate disposition filenames. Fixes: - fix metadata [Mohammad S Anwar] - enforce stringification on ::Field::Attribute->new(value) [Andy Beverley] - dispositionFilename() accepts (some) blanks, strips more chars rt.cpan.org#125350 [Gary Funck] - understand quotes in a field body for get() [Andy Beverley] Improvements: - add pod tester
25 lines
889 B
Makefile
25 lines
889 B
Makefile
# $NetBSD: Makefile,v 1.7 2018/09/05 05:54:42 wiz Exp $
|
|
|
|
DISTNAME= Mail-Message-3.007
|
|
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.9:../../mail/p5-User-Identity
|
|
|
|
PERL5_PACKLIST= auto/Mail/Message/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|