summaryrefslogtreecommitdiff
path: root/security/p5-IO-Socket-SSL
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-04-24 00:51:46 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-04-24 00:51:46 +0000
commit2443b174d0c990637c9c7e57e8d46343ee8023ac (patch)
tree59d27d9e888a40754228c04904da2bcd013a7fcc /security/p5-IO-Socket-SSL
parentUpdate to version 3.38 (diff)
Upgrade to 0.92.
PR: ports/47918, ports/48594 Submitted by: Yu-Shun Wang <yushunwa@isi.edu>, leeym No response from: maintainer
Notes
Notes: svn path=/head/; revision=79547
Diffstat (limited to 'security/p5-IO-Socket-SSL')
-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/