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.
This commit is contained in:
parent
dc5eb1f3c4
commit
da8599ebed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34320
@ -70,6 +70,7 @@
|
||||
SUBDIR += p5-Crypt-IDEA
|
||||
SUBDIR += p5-Digest-MD5
|
||||
SUBDIR += p5-GnuPG-Interface
|
||||
SUBDIR += p5-IO-Socket-SSL
|
||||
SUBDIR += p5-MD5
|
||||
SUBDIR += p5-Net-SSLeay
|
||||
SUBDIR += p5-PGP
|
||||
|
29
security/p5-IO-Socket-SSL/Makefile
Normal file
29
security/p5-IO-Socket-SSL/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: p5-IO-Socket-SSL
|
||||
# Date created: October 27th 2000
|
||||
# Whom: Marc G. Fournier <scrappy@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IO-Socket-SSL
|
||||
PORTVERSION= 0.75
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= IO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= scrappy@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay
|
||||
|
||||
RESTRICTED= "Crypto; export-controlled"
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
$MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
$MAN3= IO::Socket::SSL.3
|
||||
|
||||
do-configure:
|
||||
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/p5-IO-Socket-SSL/distinfo
Normal file
1
security/p5-IO-Socket-SSL/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (IO-Socket-SSL-0.75.tar.gz) = 222d1cd2da03f8e93e7283975b5ac173
|
1
security/p5-IO-Socket-SSL/pkg-comment
Normal file
1
security/p5-IO-Socket-SSL/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl5 interface to SSL sockets
|
4
security/p5-IO-Socket-SSL/pkg-descr
Normal file
4
security/p5-IO-Socket-SSL/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
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.
|
3
security/p5-IO-Socket-SSL/pkg-plist
Normal file
3
security/p5-IO-Socket-SSL/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IO/Socket/SSL.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/SSL/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/SSL
|
Loading…
Reference in New Issue
Block a user