Add ARM files
[dh-make-perl] / dev / arm / libio-socket-ssl-perl / libio-socket-ssl-perl-1.16 / debian / libio-socket-ssl-perl / DEBIAN / control
diff --git a/dev/arm/libio-socket-ssl-perl/libio-socket-ssl-perl-1.16/debian/libio-socket-ssl-perl/DEBIAN/control b/dev/arm/libio-socket-ssl-perl/libio-socket-ssl-perl-1.16/debian/libio-socket-ssl-perl/DEBIAN/control
new file mode 100644 (file)
index 0000000..c6f1eae
--- /dev/null
@@ -0,0 +1,17 @@
+Package: libio-socket-ssl-perl
+Version: 1.16-1+lenny1
+Section: perl
+Priority: optional
+Architecture: all
+Depends: perl, libnet-ssleay-perl (>= 1.35), netbase
+Recommends: libnet-libidn-perl
+Installed-Size: 180
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Description: Perl module implementing object oriented interface to SSL sockets
+ This module is a true drop-in replacement for IO::Socket::INET that
+ uses SSL to encrypt data before it is transferred to a remote server
+ or client.  IO::Socket::SSL supports all the extra features that one
+ needs to write a full-featured SSL client or server application:
+ multiple SSL contexts, cipher selection, certificate verification, and
+ SSL version selection.  As an extra bonus, it works perfectly with
+ mod_perl.