Codebase list libpoe-component-sslify-perl / 09b50af debian / control
09b50af

Tree @09b50af (Download .tar.gz)

control @09b50af

7ab53b2
 
 
 
 
960e819
 
7ab53b2
3841ed4
 
 
7ab53b2
 
 
09b50af
7ab53b2
 
09b50af
 
 
Source: libpoe-component-sslify-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Kees Cook <kees@outflux.net>
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.8-7), libnet-ssleay-perl, libtest-pod-perl
Standards-Version: 3.7.2
Homepage: http://search.cpan.org/dist/POE-Component-SSLify/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-sslify-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/

Package: libpoe-component-sslify-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libnet-ssleay-perl
Description: abstracts SSL connections for other POE components
 This component represents the standard way to handle SSL connections
 for other POE Components.  It allows for the creation of SSL-wrapped
 sockets, generally used with POE::Wheel::SocketFactory, which are
 correctly handled by the POE engine.