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