diff options
author | wen <wen@pkgsrc.org> | 2019-02-24 04:15:35 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2019-02-24 04:15:35 +0000 |
commit | ac04ec006703784c0848eb257874b13139cb850b (patch) | |
tree | d0c03d731ec7fd65fd4cb44f09ed3da90e146ab4 | |
parent | e53c6351f4995c98a407e20acf2c98cd0df9a9a8 (diff) | |
download | pkgsrc-ac04ec006703784c0848eb257874b13139cb850b.tar.gz |
Import Mail-Transport-3.003 as mail/p5-Mail-Transport.
Mail::Transport extends Mail::Transport implement sending and/or receiving of
messages, using various protocols.
Mail::Transport::Send extends this class, and offers general functionality for
send protocols, like SMTP. Mail::Transport::Receive also extends this class, and
offers receive method. Some transport protocols will implement both sending and
receiving.
-rw-r--r-- | mail/p5-Mail-Transport/DESCR | 7 | ||||
-rw-r--r-- | mail/p5-Mail-Transport/Makefile | 18 | ||||
-rw-r--r-- | mail/p5-Mail-Transport/distinfo | 6 |
3 files changed, 31 insertions, 0 deletions
diff --git a/mail/p5-Mail-Transport/DESCR b/mail/p5-Mail-Transport/DESCR new file mode 100644 index 00000000000..7c527070cac --- /dev/null +++ b/mail/p5-Mail-Transport/DESCR @@ -0,0 +1,7 @@ +Mail::Transport extends Mail::Transport implement sending and/or receiving of +messages, using various protocols. + +Mail::Transport::Send extends this class, and offers general functionality for +send protocols, like SMTP. Mail::Transport::Receive also extends this class, and +offers receive method. Some transport protocols will implement both sending and +receiving. diff --git a/mail/p5-Mail-Transport/Makefile b/mail/p5-Mail-Transport/Makefile new file mode 100644 index 00000000000..10a55140bef --- /dev/null +++ b/mail/p5-Mail-Transport/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2019/02/24 04:15:35 wen Exp $ + +DISTNAME= Mail-Transport-3.003 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} + +MAINTAINER= wen@NetBSD.org +HOMEPAGE= https://metacpan.org/release/Mail-Transport +COMMENT= Use Mail Transfer Agents (MTAs) +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Mail-Message>=3:../../mail/p5-Mail-Message + +PERL5_PACKLIST= auto/Mail/Transport/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Mail-Transport/distinfo b/mail/p5-Mail-Transport/distinfo new file mode 100644 index 00000000000..525f07b9c4f --- /dev/null +++ b/mail/p5-Mail-Transport/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/02/24 04:15:35 wen Exp $ + +SHA1 (Mail-Transport-3.003.tar.gz) = 444ab4117dc23ccb035f2479340ded094c82d1b9 +RMD160 (Mail-Transport-3.003.tar.gz) = 11cd12afe8c657b2f393dc3e793f3fe055907773 +SHA512 (Mail-Transport-3.003.tar.gz) = 69a909fa43b38b3aff59d15d329807cc12569e4b5da5eae47aa51e81071657b8c034efd41b6d95fc82e8755d6b23393a459647d593541539bfcad958ff189507 +Size (Mail-Transport-3.003.tar.gz) = 16234 bytes |