aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-18 19:50:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-18 19:50:11 +0000
commit9c57dad711528fadc57154ab7cae4a21fdc92753 (patch)
tree475cf3e6d8ef651551ecf5f43af9f51fa3fbdd38 /mail
parentb0e91fab5fb3a780fb4c0605629e71c94790895f (diff)
downloadports-9c57dad711528fadc57154ab7cae4a21fdc92753.tar.gz
ports-9c57dad711528fadc57154ab7cae4a21fdc92753.zip
Add p5-Mail-Transport 3.003 (copied from p5-Mail-Box)
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. WWW: https://metacpan.org/release/Mail-Transport
Notes
Notes: svn path=/head/; revision=482360
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/p5-Mail-Transport/Makefile24
-rw-r--r--mail/p5-Mail-Transport/distinfo3
-rw-r--r--mail/p5-Mail-Transport/pkg-descr9
-rw-r--r--mail/p5-Mail-Transport/pkg-plist24
5 files changed, 61 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 2bd900c45986..006b1e1b1480 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -417,6 +417,7 @@
SUBDIR += p5-Mail-Sendmail
SUBDIR += p5-Mail-Spool
SUBDIR += p5-Mail-Tools
+ SUBDIR += p5-Mail-Transport
SUBDIR += p5-Mail-Transport-Dbx
SUBDIR += p5-Mail-Verify
SUBDIR += p5-Mail-Verp
diff --git a/mail/p5-Mail-Transport/Makefile b/mail/p5-Mail-Transport/Makefile
new file mode 100644
index 000000000000..e7331ae5396e
--- /dev/null
+++ b/mail/p5-Mail-Transport/Makefile
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Mail-Transport
+PORTVERSION= 3.003
+CATEGORIES= mail perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Use Mail Transfer Agents (MTAs)
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Mail-Message>=3:mail/p5-Mail-Message
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/mail/p5-Mail-Transport/distinfo b/mail/p5-Mail-Transport/distinfo
new file mode 100644
index 000000000000..28f095a351e8
--- /dev/null
+++ b/mail/p5-Mail-Transport/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537133707
+SHA256 (Mail-Transport-3.003.tar.gz) = d7845063364175a6bd62bacf886c73a91742a5406918f378b19671312f576151
+SIZE (Mail-Transport-3.003.tar.gz) = 16234
diff --git a/mail/p5-Mail-Transport/pkg-descr b/mail/p5-Mail-Transport/pkg-descr
new file mode 100644
index 000000000000..523db4b80e0c
--- /dev/null
+++ b/mail/p5-Mail-Transport/pkg-descr
@@ -0,0 +1,9 @@
+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.
+
+WWW: https://metacpan.org/release/Mail-Transport
diff --git a/mail/p5-Mail-Transport/pkg-plist b/mail/p5-Mail-Transport/pkg-plist
new file mode 100644
index 000000000000..1435f80e5a6e
--- /dev/null
+++ b/mail/p5-Mail-Transport/pkg-plist
@@ -0,0 +1,24 @@
+%%SITE_PERL%%/Mail/Transport.pm
+%%SITE_PERL%%/Mail/Transport.pod
+%%SITE_PERL%%/Mail/Transport/Exim.pm
+%%SITE_PERL%%/Mail/Transport/Exim.pod
+%%SITE_PERL%%/Mail/Transport/Mailx.pm
+%%SITE_PERL%%/Mail/Transport/Mailx.pod
+%%SITE_PERL%%/Mail/Transport/Qmail.pm
+%%SITE_PERL%%/Mail/Transport/Qmail.pod
+%%SITE_PERL%%/Mail/Transport/Receive.pm
+%%SITE_PERL%%/Mail/Transport/Receive.pod
+%%SITE_PERL%%/Mail/Transport/SMTP.pm
+%%SITE_PERL%%/Mail/Transport/SMTP.pod
+%%SITE_PERL%%/Mail/Transport/Send.pm
+%%SITE_PERL%%/Mail/Transport/Send.pod
+%%SITE_PERL%%/Mail/Transport/Sendmail.pm
+%%SITE_PERL%%/Mail/Transport/Sendmail.pod
+%%PERL5_MAN3%%/Mail::Transport.3.gz
+%%PERL5_MAN3%%/Mail::Transport::Exim.3.gz
+%%PERL5_MAN3%%/Mail::Transport::Mailx.3.gz
+%%PERL5_MAN3%%/Mail::Transport::Qmail.3.gz
+%%PERL5_MAN3%%/Mail::Transport::Receive.3.gz
+%%PERL5_MAN3%%/Mail::Transport::SMTP.3.gz
+%%PERL5_MAN3%%/Mail::Transport::Send.3.gz
+%%PERL5_MAN3%%/Mail::Transport::Sendmail.3.gz