diff options
author | scrappy <scrappy@FreeBSD.org> | 2000-10-28 08:23:12 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 2000-10-28 08:23:12 +0800 |
commit | c1c9c510815cdcf9fd0dfada11add45c3dfe6a7d (patch) | |
tree | 749d50b7f4cf2b6cd6fde2bea2e4f6651518ef40 /security/Makefile | |
parent | 1b6630e4322d9d242de22dea091dde372cdefb33 (diff) | |
download | freebsd-ports-gnome-c1c9c510815cdcf9fd0dfada11add45c3dfe6a7d.tar.gz freebsd-ports-gnome-c1c9c510815cdcf9fd0dfada11add45c3dfe6a7d.tar.zst freebsd-ports-gnome-c1c9c510815cdcf9fd0dfada11add45c3dfe6a7d.zip |
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 a988f88d5361..a97d6ccaf433 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 |