Update mail/p5-Email-Sender to 1.300035
This commit is contained in:
parent
38a286f942
commit
b2a7e45f71
@ -1,28 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2020/07/03 21:45:25 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2020/12/06 19:57:39 afresh1 Exp $
|
||||
|
||||
COMMENT = library for sending email
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
||||
DISTNAME = Email-Sender-1.300034
|
||||
DISTNAME = Email-Sender-1.300035
|
||||
CATEGORIES = mail
|
||||
REVISION = 0
|
||||
|
||||
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
||||
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS = devel/p5-List-MoreUtils>=0 \
|
||||
devel/p5-Module-Runtime>=0 \
|
||||
devel/p5-Moo>=0 \
|
||||
devel/p5-MooX-Types-MooseLike>=0 \
|
||||
devel/p5-Sub-Exporter>=0 \
|
||||
RUN_DEPENDS = devel/p5-Module-Runtime \
|
||||
devel/p5-Moo>=2.0 \
|
||||
devel/p5-MooX-Types-MooseLike>=0.15 \
|
||||
devel/p5-Sub-Exporter \
|
||||
devel/p5-Throwable>=0.200003 \
|
||||
devel/p5-Try-Tiny>=0 \
|
||||
devel/p5-Try-Tiny \
|
||||
mail/p5-Email-Abstract>=3.006 \
|
||||
mail/p5-Email-Address>=0 \
|
||||
mail/p5-Email-Address \
|
||||
mail/p5-Email-Simple>=1.998
|
||||
|
||||
TEST_DEPENDS = sysutils/p5-Capture-Tiny>=0.08
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Email-Sender-1.300034.tar.gz) = Baw4pjsFPHw4Rv+kUZbkSDpXhZQbC/thWyK3pPBMUpE=
|
||||
SIZE (Email-Sender-1.300034.tar.gz) = 52213
|
||||
SHA256 (Email-Sender-1.300035.tar.gz) = FEvYbPdo6nkQfKDpkpGoGM4738/qebtfbaE3nMfV2nk=
|
||||
SIZE (Email-Sender-1.300035.tar.gz) = 52327
|
||||
|
@ -1,3 +1,8 @@
|
||||
Email::Sender replaces the old and sometimes problematic Email::Send
|
||||
library, which did a decent job at handling very simple email sending
|
||||
tasks, but was not suitable for serious use, for a variety of reasons.
|
||||
tasks, but was not suitable for serious use, for a variety of
|
||||
reasons.
|
||||
|
||||
Most users will be able to use Email::Sender::Simple to send mail.
|
||||
Users with more specific needs should look at the available
|
||||
Email::Sender::Transport classes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user