pkgsrc/mail/p5-Mail-Box/Makefile
wen d0a1cb8c33 Update to 2.120
Upstream changes:
version 2.120: Wed 21 Sep 16:41:23 CEST 2016

	Fixes:
	- revert change of parts(), because it breaks code/the tests.
	  rt.cpan.org#118016 [Tom Callaway]

version 2.119: Mon Sep 19 22:49:50 CEST 2016

	Fixes:
	- Mail::Message::parts() did not return the $msg itself when
	  there are multiparts. [Peter Gunn]
	- Cygwin is not windows.  rt.cpan.org#115286
	- include examples in the man-pages

	Improvements:
	- require perl 5.8.5
	- ::MailDir scans faster with tainting off
	- larger Mail::Message::build() example in SYNOPSIS [Andrew Beverley]
	- $msg->build options file and files now exactly the same.
	- indicate what ::Field::attributes() may return dupplicated
	  keys.  rt.cpan.org #114589 [Randy Diffenderfer]
2016-10-27 14:19:52 +00:00

31 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.29 2016/10/27 14:19:52 wen Exp $
DISTNAME= Mail-Box-2.120
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://perl.overmeer.net/mailbox/
COMMENT= Set of packages which implement methods to handle e-mail
LICENSE= ${PERL5_LICENSE}
#DEPENDS+= {perl>=5.8.9,p5-Encode>=2.26}:../../textproc/p5-Encode
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.13}:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-Object-Realize-Later>=0.14:../../devel/p5-Object-Realize-Later
DEPENDS+= p5-MIME-Types>=1.004:../../mail/p5-MIME-Types
DEPENDS+= p5-URI>=1.23:../../www/p5-URI
#DEPENDS+= {perl>=5.10,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
DEPENDS+= p5-User-Identity>=0.07:../../mail/p5-User-Identity
DEPENDS+= p5-MailTools>=2.01:../../mail/p5-MailTools
DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools
DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
DEPENDS+= p5-File-Remove-[0-9]*:../../sysutils/p5-File-Remove
#DEPENDS+= {perl>=5.10,p5-Test-Harness>=2.62}:../../devel/p5-Test-Harness
PERL5_PACKLIST= auto/Mail/Box/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"