p5-Net-SMTP-SSL

Herbert J. Skuhra herbert at mailbox.org
Mon Nov 28 20:13:25 UTC 2016


Christoph Moench-Tegeder skrev:
> 
> ## @lbutlr (kremels at kreme.com):
>> https://www.freshports.org/mail/p5-Net-SMTP-SSL/ says, " DEPRECATED: Deprecated by upstream, use Net::SMTP instead”
>> 
>> But there is not p5-Net-SMTP package.
> 
> Of course, Net::SMTP is part of libnet, which installs as p5-Net
> (net/p5-Net), which has been around "forever" and learned SSL about
> two years ago.

% pkg which `locate SMTP.pm`
/usr/local/lib/perl5/5.24/Net/SMTP.pm was installed by package perl5-5.24.1.r4

From: http://perldoc.perl.org/Net/SMTP.html

This module implements a client interface to the SMTP and ESMTP
protocol, enabling a perl5 application to talk to SMTP servers. This
documentation assumes that you are familiar with the concepts of the
SMTP protocol described in RFC2821. With IO::Socket::SSL installed it
also provides support for implicit and explicit TLS encryption,
i.e. SMTPS or SMTP+STARTTLS.

Why e.g. devel/git can't use this version?

--
Herbert


More information about the freebsd-ports mailing list