diff options
author | scrappy <scrappy@FreeBSD.org> | 2000-10-28 00:23:12 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 2000-10-28 00:23:12 +0000 |
commit | c1c9c510815cdcf9fd0dfada11add45c3dfe6a7d (patch) | |
tree | 749d50b7f4cf2b6cd6fde2bea2e4f6651518ef40 /security/Makefile | |
parent | 1b6630e4322d9d242de22dea091dde372cdefb33 (diff) | |
download | FreeBSD-ports-c1c9c510815cdcf9fd0dfada11add45c3dfe6a7d.zip FreeBSD-ports-c1c9c510815cdcf9fd0dfada11add45c3dfe6a7d.tar.gz |
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.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index a988f88..a97d6cc 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 |