pkgsrc/mail/p5-Email-Sender/Makefile

33 lines
1.2 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.30 2017/06/05 14:24:04 ryoon Exp $
DISTNAME= Email-Sender-1.300031
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Email-Sender/
COMMENT= Email::Sender - a library for sending email
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Email-Abstract>=3.006:../../mail/p5-Email-Abstract
DEPENDS+= p5-Email-Address-[0-9]*:../../mail/p5-Email-Address
DEPENDS+= p5-Email-Simple>=1.998:../../mail/p5-Email-Simple
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Moo>=2.000000:../../devel/p5-Moo
DEPENDS+= p5-Net>=3.07:../../net/p5-Net
Update to 1.300006 Update DEPENDS UPstream changes: 1.300006 2013-03-17 17:23:21 America/New_York re-fix the problem with attribute accessors and role methods clashing, previously fixed in 0.102360 1.300005 2013-02-14 11:37:09 America/New_York add missing prereq, Sub::Exporter; thanks for report, Esteban Manchado Vel谩zquez 1.300004 2013-02-09 10:09:02 America/New_York bump required version of MooX::Types::MooseLike 1.300003 2013-02-06 15:56:53 America/New_York make Wrapper transports proxy is_simple and allow_partial_success to the wrapped transport allow Wrapper transports to construct their own targets; useful for configuring entire wrapper chain from the environment 1.300002 2013-02-06 14:06:24 America/New_York THIS IS A BIG DEAL: see v1.300000 this is the first non-trial release using Moo instead of Moose increase version of Moo to interoperate with ancient Mouse.pm 1.300001 2013-01-07 21:38:31 America/New_York increase required versions of Throwable and Moo 1.300000 2013-01-02 22:42:58 America/New_York THIS IS A BIG DEAL: use Moo instead of Moose (thanks to Justin Hunter and Christian Walde!) 0.120002 2012-09-11 14:43:07 America/New_York added shift_deliveries to the Test transport, for treating the sent messages like a queue of things to inspect 0.120001 2012-07-19 16:28:01 America/Los_Angeles no changes from 0.120000, just marked as stable release 0.120000 2012-05-08 20:53:43 America/New_York THIS IS A BIG DEAL: This release deprecates the scalar context behavior of: * Failure->recipients * Failure::Multi->failures * Failure::Multi->recipients * Transport::Test->deliveries * Transport::Failable->failure_conditions Until now, these methods returned a list in list context and an array reference in scalar context. This still works, but scalar context calls will now generate a warning. In one year (2013-05), they will be become fatal. 0.110005 2012-03-05 21:37:35 America/New_York binmode output handle to avoid line ending munging in Mbox and Maildir; thanks, Christian Walde! 0.110004 2012-02-21 17:47:35 America/New_York import the "Bcc" page from the (otherwise empty) github wiki; this adds some information to the QuickStart page about why Bcc support isn't there and why this isn't a bug 0.110003 2012-02-01 15:09:52 America/New_York add the add_lines_header and add_envelope_headers attributes to Maildir transports 0.110002 2012-01-31 17:02:35 America/New_York Maildir deliveries now have a ->filename method to tell you just where the mail was delivered
2013-09-08 15:35:59 +02:00
DEPENDS+= p5-Throwable>=0.200003:../../devel/p5-Throwable
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
DEPENDS+= p5-MooX-Types-MooseLike>=0.15:../../devel/p5-MooX-Types-MooseLike
DEPENDS+= p5-Module-Runtime>=0:../../devel/p5-Module-Runtime
DEPENDS+= p5-Sub-Exporter>=0:../../devel/p5-Sub-Exporter
# for make test
BUILD_DEPENDS+= p5-Capture-Tiny>=0.08:../../devel/p5-Capture-Tiny
PERL5_PACKLIST= auto/Email/Sender/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"