diff options
author | sno <sno@pkgsrc.org> | 2010-08-04 15:17:50 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-04 15:17:50 +0000 |
commit | b2e9fc85b63c294d8c417d3f1e651110e5e75392 (patch) | |
tree | 7aa45d697cacba6af3c949e6f1f27f02e11d16e7 /net | |
parent | d44195cf10466ec26175de727362dc66922697ec (diff) | |
download | pkgsrc-b2e9fc85b63c294d8c417d3f1e651110e5e75392.tar.gz |
Importing package for p5 module Net::SMTP::TLS 0.12 to allow sending
reports using CPAN::Reporter over TLS.
Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an
interface that users will find familiar from Net::SMTP. Net::SMTP::TLS
implements a subset of the methods provided by that module, but certainly
not (yet) a complete mirror image of that API.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-SMTP-TLS/DESCR | 4 | ||||
-rw-r--r-- | net/p5-Net-SMTP-TLS/Makefile | 25 | ||||
-rw-r--r-- | net/p5-Net-SMTP-TLS/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/net/p5-Net-SMTP-TLS/DESCR b/net/p5-Net-SMTP-TLS/DESCR new file mode 100644 index 00000000000..092cd47be0e --- /dev/null +++ b/net/p5-Net-SMTP-TLS/DESCR @@ -0,0 +1,4 @@ +Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an +interface that users will find familiar from Net::SMTP. Net::SMTP::TLS +implements a subset of the methods provided by that module, but certainly +not (yet) a complete mirror image of that API. diff --git a/net/p5-Net-SMTP-TLS/Makefile b/net/p5-Net-SMTP-TLS/Makefile new file mode 100644 index 00000000000..0fb3f0bf356 --- /dev/null +++ b/net/p5-Net-SMTP-TLS/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/04 15:17:50 sno Exp $ +# + +DISTNAME= Net-SMTP-TLS-0.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-SMTP-TLS/ +COMMENT= Perl5 SMTP client module supporting TLS and AUTH +LICENSE= ${PERL5_LICENSE} # see README + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC +DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL +DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay + +USE_LANGUAGES= # none + +PERL5_PACKLIST= auto/Net/SMTP/TLS/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-SMTP-TLS/distinfo b/net/p5-Net-SMTP-TLS/distinfo new file mode 100644 index 00000000000..c26aa8d5e12 --- /dev/null +++ b/net/p5-Net-SMTP-TLS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/08/04 15:17:50 sno Exp $ + +SHA1 (Net-SMTP-TLS-0.12.tar.gz) = 2d241f50d61ed6ceb2f06039c099a3fb534bc0c3 +RMD160 (Net-SMTP-TLS-0.12.tar.gz) = 0dbf85a683a9371a26f586cb831591881e46b7c4 +Size (Net-SMTP-TLS-0.12.tar.gz) = 5994 bytes |