diff options
author | Kelly Yancey <kbyanc@FreeBSD.org> | 2002-09-10 19:23:25 +0000 |
---|---|---|
committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2002-09-10 19:23:25 +0000 |
commit | 88ff4a60c8a30f10191f7ba921057e32c7cd7c48 (patch) | |
tree | e91c8a597e0699b752ff9fc5ea88642b9b3624c5 /net/Makefile | |
parent | 8e27e3d244d1c73f6f472d7f95dac7453ea77085 (diff) | |
download | ports-88ff4a60c8a30f10191f7ba921057e32c7cd7c48.tar.gz ports-88ff4a60c8a30f10191f7ba921057e32c7cd7c48.zip |
Add IO::Socket::Multicast module for sending and receiving multicast
datagrams in perl.
PR: 36162
Submitted by: Janos Mohacsi <janos.mohacsi@dante.org.uk>
Notes
Notes:
svn path=/head/; revision=66084
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 c905a8a41a67..22201d70584c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -346,6 +346,7 @@ SUBDIR += p5-Frontier-RPC SUBDIR += p5-IC-Radius SUBDIR += p5-IO-Interface + SUBDIR += p5-IO-Socket-Multicast SUBDIR += p5-JUNOScript SUBDIR += p5-Mon SUBDIR += p5-Net |