diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-27 07:42:05 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-27 07:42:05 +0000 |
commit | 6d6a039367e6fdf21cc88cb732e52150626d0a10 (patch) | |
tree | 09393b7e0315d81240c3cf6b55bca658e4c9cfec /security | |
parent | 0cec9f63e0112857518896df2a7afefb5401e92d (diff) | |
download | pkgsrc-6d6a039367e6fdf21cc88cb732e52150626d0a10.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/Makefile | 19 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/distinfo | 4 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/pkg/DESCR | 3 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/pkg/PLIST | 1 |
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 $ |