summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-27 07:42:05 +0000
committerjlam <jlam>2001-09-27 07:42:05 +0000
commita5dcab0c2da123035746d33fa6e7be342e9f046a (patch)
tree09393b7e0315d81240c3cf6b55bca658e4c9cfec /security
parent3b3c52ae3d415ac89d855660d000dadca06916b2 (diff)
downloadpkgsrc-a5dcab0c2da123035746d33fa6e7be342e9f046a.tar.gz
p5-IO-Socket-SSL - perl5 SSL socket interface class
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 as well as SSL-specific methods. Provided in pkg/14036 by Sen Nagata <sen@eccosys.com>.
Diffstat (limited to 'security')
-rw-r--r--security/p5-IO-Socket-SSL/Makefile19
-rw-r--r--security/p5-IO-Socket-SSL/distinfo4
-rw-r--r--security/p5-IO-Socket-SSL/pkg/DESCR3
-rw-r--r--security/p5-IO-Socket-SSL/pkg/PLIST1
4 files changed, 27 insertions, 0 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
new file mode 100644
index 00000000000..e8a2a3c5816
--- /dev/null
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/27 07:42:05 jlam Exp $
+
+DISTNAME= IO-Socket-SSL-0.80
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= perl5 SSL socket interface class
+
+DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/Socket/SSL/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo
new file mode 100644
index 00000000000..e9ace23a29e
--- /dev/null
+++ b/security/p5-IO-Socket-SSL/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/09/27 07:42:05 jlam Exp $
+
+SHA1 (IO-Socket-SSL-0.80.tar.gz) = f95702e814d470f72084cdd8b1702c3d02fa1221
+Size (IO-Socket-SSL-0.80.tar.gz) = 324918 bytes
diff --git a/security/p5-IO-Socket-SSL/pkg/DESCR b/security/p5-IO-Socket-SSL/pkg/DESCR
new file mode 100644
index 00000000000..96a00ea7b4a
--- /dev/null
+++ b/security/p5-IO-Socket-SSL/pkg/DESCR
@@ -0,0 +1,3 @@
+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 as well as SSL-specific methods.
diff --git a/security/p5-IO-Socket-SSL/pkg/PLIST b/security/p5-IO-Socket-SSL/pkg/PLIST
new file mode 100644
index 00000000000..ee0277b789f
--- /dev/null
+++ b/security/p5-IO-Socket-SSL/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/27 07:42:05 jlam Exp $