diff options
author | seb <seb@pkgsrc.org> | 2006-10-01 21:44:17 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2006-10-01 21:44:17 +0000 |
commit | c02f8daba637fd1f83402f9e2cbed5463e2153e8 (patch) | |
tree | cda8f393e5426e93b2a05e048eb0cd96e797de88 /mail/p5-Net-SMTP_auth | |
parent | 9e00c3f3378ab793ff5481b45a91ebac9d62f932 (diff) | |
download | pkgsrc-c02f8daba637fd1f83402f9e2cbed5463e2153e8.tar.gz |
Initial import of p5-Net-SMTP_auth version 0.08 into the NetBSD Packages
Collection.
The Perl 5 module Net::SMTP_auth is a small extension to the
Net::SMTP module to authenticate to an SMTP server using one of
the AUTH methods provided by Authen::SASL.
Diffstat (limited to 'mail/p5-Net-SMTP_auth')
-rw-r--r-- | mail/p5-Net-SMTP_auth/DESCR | 3 | ||||
-rw-r--r-- | mail/p5-Net-SMTP_auth/Makefile | 19 | ||||
-rw-r--r-- | mail/p5-Net-SMTP_auth/PLIST | 1 | ||||
-rw-r--r-- | mail/p5-Net-SMTP_auth/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/mail/p5-Net-SMTP_auth/DESCR b/mail/p5-Net-SMTP_auth/DESCR new file mode 100644 index 00000000000..a0c5352e3ed --- /dev/null +++ b/mail/p5-Net-SMTP_auth/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module Net::SMTP_auth is a small extension to the +Net::SMTP module to authenticate to an SMTP server using one of +the AUTH methods provided by Authen::SASL. diff --git a/mail/p5-Net-SMTP_auth/Makefile b/mail/p5-Net-SMTP_auth/Makefile new file mode 100644 index 00000000000..a5c499a695c --- /dev/null +++ b/mail/p5-Net-SMTP_auth/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/10/01 21:44:17 seb Exp $ + +DISTNAME= Net-SMTP_auth-0.08 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-SMTP_auth/ +COMMENT= Perl module adding SMTP AUTH support to Net::SMTP module + +PERL5_PACKLIST= auto/Net/SMTP_auth/.packlist + +# Also depends on MIME::Base64 and Net::SMTP bundled with perl +DEPENDS+= p5-Authen-SASL>=2.03:../../security/p5-Authen-SASL +DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Net-SMTP_auth/PLIST b/mail/p5-Net-SMTP_auth/PLIST new file mode 100644 index 00000000000..0d07f5ff24a --- /dev/null +++ b/mail/p5-Net-SMTP_auth/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/01 21:44:17 seb Exp $ diff --git a/mail/p5-Net-SMTP_auth/distinfo b/mail/p5-Net-SMTP_auth/distinfo new file mode 100644 index 00000000000..cc918188dd4 --- /dev/null +++ b/mail/p5-Net-SMTP_auth/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/10/01 21:44:17 seb Exp $ + +SHA1 (Net-SMTP_auth-0.08.tar.gz) = 8beed886833a17732055df7d14fc579eea19b654 +RMD160 (Net-SMTP_auth-0.08.tar.gz) = 1cc6f43c592db9edb32bf1f32dfba1d0d5a70a15 +Size (Net-SMTP_auth-0.08.tar.gz) = 5365 bytes |