IO::Socket::SSL is a class implementing an object oriented

interface to SSL sockets. The class is a descendent of
IO::Socket::INET and provides a subset of the base class's
interface methods.
This commit is contained in:
Marc G. Fournier 2000-10-28 00:23:12 +00:00
parent dc5eb1f3c4
commit da8599ebed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34320
6 changed files with 39 additions and 0 deletions

View File

@ -70,6 +70,7 @@
SUBDIR += p5-Crypt-IDEA
SUBDIR += p5-Digest-MD5
SUBDIR += p5-GnuPG-Interface
SUBDIR += p5-IO-Socket-SSL
SUBDIR += p5-MD5
SUBDIR += p5-Net-SSLeay
SUBDIR += p5-PGP

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: p5-IO-Socket-SSL
# Date created: October 27th 2000
# Whom: Marc G. Fournier <scrappy@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= IO-Socket-SSL
PORTVERSION= 0.75
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
MAINTAINER= scrappy@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay
RESTRICTED= "Crypto; export-controlled"
USE_PERL5= yes
$MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
$MAN3= IO::Socket::SSL.3
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (IO-Socket-SSL-0.75.tar.gz) = 222d1cd2da03f8e93e7283975b5ac173

View File

@ -0,0 +1 @@
Perl5 interface to SSL sockets

View File

@ -0,0 +1,4 @@
IO::Socket::SSL is a class implementing an object oriented
interface to SSL sockets. The class is a descendent of
IO::Socket::INET and provides a subset of the base class's
interface methods.

View File

@ -0,0 +1,3 @@
lib/perl5/site_perl/%%PERL_VER%%/IO/Socket/SSL.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/SSL/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/SSL