diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-IO-Socket-Multicast/Makefile | 6 | ||||
-rw-r--r-- | net/p5-IO-Socket-Multicast/pkg-descr | 13 |
2 files changed, 9 insertions, 10 deletions
diff --git a/net/p5-IO-Socket-Multicast/Makefile b/net/p5-IO-Socket-Multicast/Makefile index 2072a80cc768..5532009a79ed 100644 --- a/net/p5-IO-Socket-Multicast/Makefile +++ b/net/p5-IO-Socket-Multicast/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: p5-IO-Socket-Multicast -# Date created: 10 Sep 2002 -# Whom: Kelly Yancey <kbyanc@FreeBSD.org> +# Date created: 21 March 2002 +# Whom: Janos.Mohacsi@dante.org.uk # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IO PKGNAMEPREFIX= p5- -MAINTAINER= kbyanc@FreeBSD.org +MAINTAINER= janos.mohacsi@dante.org.uk BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/net/p5-IO-Socket-Multicast/pkg-descr b/net/p5-IO-Socket-Multicast/pkg-descr index b0b969937c91..55279e677d57 100644 --- a/net/p5-IO-Socket-Multicast/pkg-descr +++ b/net/p5-IO-Socket-Multicast/pkg-descr @@ -1,8 +1,7 @@ -From the README: - The IO::Socket::Multicast module subclasses IO::Socket::INET to enable - you to manipulate multicast groups. With this module (and an operating - system that supports multicasting), you will be able to receive incoming - multicast transmissions and generate your own outgoing multicast - packets. +The IO::Socket::Multicast module subclasses IO::Socket::INET to enable +you to manipulate multicast groups. With this module (and an operating +system that supports multicasting), you will be able to receive incoming +multicast transmissions and generate your own outgoing multicast +packets. -- Kelly Yancey <kbyanc@FreeBSD.org> +WWW: http://search.cpan.org/search?dist=IO-Socket-Multicast |