diff options
author | seb <seb> | 2010-05-06 00:45:02 +0000 |
---|---|---|
committer | seb <seb> | 2010-05-06 00:45:02 +0000 |
commit | ec49ae5c158514aaed625ba54b4191ea2c00c4ad (patch) | |
tree | 16281a4d95c7acb1d5f2ee611b8be3d7c3f0b52c | |
parent | 85551a3fcc328c243faee660871939938ddbf888 (diff) | |
download | pkgsrc-ec49ae5c158514aaed625ba54b4191ea2c00c4ad.tar.gz |
Initial import of p5-Net-SMTP-SSL version 1.01 in the NetBSD Packages
Collection.
The Perl 5 module Net::SMTP::SSL implements the same API as Net::SMTP,
but uses IO::Socket::SSL for its network operations.
-rw-r--r-- | mail/p5-Net-SMTP-SSL/DESCR | 2 | ||||
-rw-r--r-- | mail/p5-Net-SMTP-SSL/Makefile | 24 | ||||
-rw-r--r-- | mail/p5-Net-SMTP-SSL/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/mail/p5-Net-SMTP-SSL/DESCR b/mail/p5-Net-SMTP-SSL/DESCR new file mode 100644 index 00000000000..69aaefe34d6 --- /dev/null +++ b/mail/p5-Net-SMTP-SSL/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module Net::SMTP::SSL implements the same API as Net::SMTP, +but uses IO::Socket::SSL for its network operations. diff --git a/mail/p5-Net-SMTP-SSL/Makefile b/mail/p5-Net-SMTP-SSL/Makefile new file mode 100644 index 00000000000..2d5609f732b --- /dev/null +++ b/mail/p5-Net-SMTP-SSL/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/05/06 00:45:02 seb Exp $ +# + +DISTNAME= Net-SMTP-SSL-1.01 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= mail perl5 security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-SMTP-SSL/ +COMMENT= Perl5 module providing SSL support for Net::SMTP +LICENSE= ${PERL5_LICENSE} + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Net/SMTP/SSL/.packlist + +DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Net-SMTP-SSL/distinfo b/mail/p5-Net-SMTP-SSL/distinfo new file mode 100644 index 00000000000..c737761316b --- /dev/null +++ b/mail/p5-Net-SMTP-SSL/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/05/06 00:45:02 seb Exp $ + +SHA1 (Net-SMTP-SSL-1.01.tar.gz) = 2acccf803a6b0b5f71bd3ebed41434afb99d5e16 +RMD160 (Net-SMTP-SSL-1.01.tar.gz) = 8848d5f28d6e7ce03481aa6f0b7bb6b193c0bddb +Size (Net-SMTP-SSL-1.01.tar.gz) = 1806 bytes |