diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-01-24 02:43:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-01-24 02:43:40 +0800 |
commit | dcaa225dde5f277284b986b8cd7883c2334a6ff9 (patch) | |
tree | c2061fa9d7447cb1456ee1d280dbbc746358c599 /net/Makefile | |
parent | 578bba323a5f26e685929efca51c43cc4f7c4192 (diff) | |
download | freebsd-ports-gnome-dcaa225dde5f277284b986b8cd7883c2334a6ff9.tar.gz freebsd-ports-gnome-dcaa225dde5f277284b986b8cd7883c2334a6ff9.tar.zst freebsd-ports-gnome-dcaa225dde5f277284b986b8cd7883c2334a6ff9.zip |
- Re-add p5-Socket 1.97
Socket is a low-level module used by, among other things, the IO::Socket family
of modules. The following examples demonstrate some low-level uses but a
practical program would likely use the higher-level API provided by IO::Socket
or similar instead.
WWW: http://search.cpan.org/dist/Socket/
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index d6a20e882131..a00a0fc4807c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -713,6 +713,7 @@ SUBDIR += p5-SOAP-Transport-TCP SUBDIR += p5-Samba-LDAP SUBDIR += p5-Server-Starter + SUBDIR += p5-Socket SUBDIR += p5-Socket-Class SUBDIR += p5-Socket-GetAddrInfo SUBDIR += p5-Socket-Multicast6 |