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/p5-IO-Socket-Multicast/pkg-plist | |
parent | Fix build on -current. (diff) |
Add IO::Socket::Multicast module for sending and receiving multicast
datagrams in perl.
PR: 36162
Submitted by: Janos Mohacsi <janos.mohacsi@dante.org.uk>
Diffstat (limited to 'net/p5-IO-Socket-Multicast/pkg-plist')
-rw-r--r-- | net/p5-IO-Socket-Multicast/pkg-plist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/p5-IO-Socket-Multicast/pkg-plist b/net/p5-IO-Socket-Multicast/pkg-plist new file mode 100644 index 000000000000..3fb905b3f4dd --- /dev/null +++ b/net/p5-IO-Socket-Multicast/pkg-plist @@ -0,0 +1,9 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Socket/Multicast.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast/Multicast.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast/Multicast.so +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO/Socket +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IO +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/Multicast +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO |