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:
parent
bea8f7ac52
commit
2443b174d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79547
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (IO-Socket-SSL-0.80.tar.gz) = ed7c74c3b4a8bb41b575dc40e4ec6950
|
||||
MD5 (IO-Socket-SSL-0.92.tar.gz) = c4757e406591dcfb1e068d0156a33601
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user