aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/p5-IO-Socket-SSL/Makefile3
-rw-r--r--security/p5-IO-Socket-SSL/distinfo2
-rw-r--r--security/p5-IO-Socket-SSL/pkg-descr2
3 files changed, 5 insertions, 2 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
index d1af5a14ab4d..5f588a568fc3 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -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
diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo
index 31134580e474..a3f05dfe7255 100644
--- a/security/p5-IO-Socket-SSL/distinfo
+++ b/security/p5-IO-Socket-SSL/distinfo
@@ -1 +1 @@
-MD5 (IO-Socket-SSL-0.80.tar.gz) = ed7c74c3b4a8bb41b575dc40e4ec6950
+MD5 (IO-Socket-SSL-0.92.tar.gz) = c4757e406591dcfb1e068d0156a33601
diff --git a/security/p5-IO-Socket-SSL/pkg-descr b/security/p5-IO-Socket-SSL/pkg-descr
index 22c9fc221c05..eeb2793e223f 100644
--- a/security/p5-IO-Socket-SSL/pkg-descr
+++ b/security/p5-IO-Socket-SSL/pkg-descr
@@ -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/