55ecb06d91067240fbc72f649dc1ee1ffb6d4d6f
[dh-make-perl] / dev / i386 / libnet-ssleay-perl / libnet-ssleay-perl-1.35 / debian / control
1 Source: libnet-ssleay-perl
2 Section: perl
3 Priority: optional
4 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
5 Uploaders: Florian Ragwitz <rafl@debian.org>, Damyan Ivanov <dmn@debian.org>,
6  gregor herrmann <gregoa@debian.org>
7 Standards-Version: 3.8.0
8 Homepage: http://search.cpan.org/dist/Net-SSLeay/
9 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-ssleay-perl/
10 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssleay-perl/
11 Build-Depends: debhelper7, perl (>> 5.8.1), libssl-dev (>> 0.9.7),
12  openssl, quilt (>= 0.40), libtest-pod-perl, libtest-exception-perl
13
14 Package: libnet-ssleay-perl
15 Architecture: any
16 Depends: ${perl:Depends}, ${shlibs:Depends}
17 Suggests: libmime-base64-perl
18 Description: Perl module for Secure Sockets Layer (SSL)
19  Net::SSLeay.pm is a perl module that allows you to call Secure Sockets
20  Layer (SSL) functions of the SSLeay library directly from your perl
21  scripts. It is useful if you want to program robots that access secure web
22  servers or if you want to build your own applications over SSL encrypted
23  tunnels. If you just want to view web pages on https servers, you do not
24  need this - your web browser already knows to do that.