Upgrade to 0.92.

PR:		ports/47918, ports/48594
Submitted by:	Yu-Shun Wang <yushunwa@isi.edu>, leeym
No response from:	maintainer
This commit is contained in:
Jun Kuriyama 2003-04-24 00:51:46 +00:00
parent bea8f7ac52
commit 2443b174d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79547
3 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= IO-Socket-SSL
PORTVERSION= 0.80
PORTVERSION= 0.92
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
@ -16,6 +16,7 @@ MAINTAINER= scrappy@FreeBSD.org
COMMENT= Perl5 interface to SSL sockets
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -1 +1 @@
MD5 (IO-Socket-SSL-0.80.tar.gz) = ed7c74c3b4a8bb41b575dc40e4ec6950
MD5 (IO-Socket-SSL-0.92.tar.gz) = c4757e406591dcfb1e068d0156a33601

View File

@ -2,3 +2,5 @@ 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.
WWW: http://search.cpan.org/dist/IO-Socket-SSL/