Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libnet-ssleay-perl / libnet-ssleay-perl-1.35 / debian / control
diff --git a/dev/i386/libnet-ssleay-perl/libnet-ssleay-perl-1.35/debian/control b/dev/i386/libnet-ssleay-perl/libnet-ssleay-perl-1.35/debian/control
new file mode 100644 (file)
index 0000000..5af72eb
--- /dev/null
@@ -0,0 +1,24 @@
+Source: libnet-ssleay-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Florian Ragwitz <rafl@debian.org>, Damyan Ivanov <dmn@debian.org>,
+ gregor herrmann <gregoa@debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Net-SSLeay/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-ssleay-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssleay-perl/
+Build-Depends: debhelper (>= 7), perl (>> 5.8.1), libssl-dev (>> 0.9.7),
+ openssl, quilt (>= 0.40), libtest-pod-perl, libtest-exception-perl
+
+Package: libnet-ssleay-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}
+Suggests: libmime-base64-perl
+Description: Perl module for Secure Sockets Layer (SSL)
+ Net::SSLeay.pm is a perl module that allows you to call Secure Sockets
+ Layer (SSL) functions of the SSLeay library directly from your perl
+ scripts. It is useful if you want to program robots that access secure web
+ servers or if you want to build your own applications over SSL encrypted
+ tunnels. If you just want to view web pages on https servers, you do not
+ need this - your web browser already knows to do that.