net-xmpp-pm stable port information

Info2: <<
Package: net-xmpp-pm%type_pkg[perl]
Version: 1.0
Revision: 22
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5
Depends: digest-sha1-pm%type_pkg[perl], xml-stream-pm%type_pkg[perl]
BuildDepends: fink (>= 0.20.2.1-1)
Replaces: net-xmpp-pm560, net-xmpp-pm561, net-xmpp-pm580, net-xmpp-pm581, net-xmpp-pm584, net-xmpp-pm585, net-xmpp-pm586, net-xmpp-pm588
Source: mirror:cpan:modules/by-module/Net/Net-XMPP-%v.tar.gz
Source-MD5: 6338484aa0d394e68c01666ca34e5241
SourceDirectory: Net-XMPP-%v
Type: perl(5.8.1 5.8.4 5.8.6 5.8.8)
InstallScript: <<
#!/bin/sh -ex

eval "`perl$perlversion -V:archname`"

make install \
PREFIX=%i \
INSTALLPRIVLIB=%i/lib/perl5/%type_raw[perl] \
INSTALLARCHLIB=%i/lib/perl5/%type_raw[perl]/$archname \
INSTALLSITELIB=%i/lib/perl5/%type_raw[perl] \
INSTALLSITEARCH=%i/lib/perl5/%type_raw[perl]/$archname \
INSTALLMAN1DIR=%i/lib/perl5/%type_raw[perl] \
INSTALLMAN3DIR=%i/lib/perl5/%type_raw[perl] \
INSTALLSITEMAN1DIR=%i/lib/perl5/%type_raw[perl] \
INSTALLSITEMAN3DIR=%i/lib/perl5/%type_raw[perl] \
INSTALLBIN=%i/bin \
INSTALLSITEBIN=%i/bin \
INSTALLSCRIPT=%i/bin
<<
UpdatePOD: true
DocFiles: CHANGES LICENSE.LGPL MANIFEST* README
Description: Perl module for the XMPP protocol
DescDetail: <<
The Extensible Messaging and Presence Protocol (XMPP) is an IETF standard
that provides a complete cross protocol messaging solution. The problem
with current IM solutions is that they are all proprietary and cannot
talk to each other. XMPP seeks to get rid of those barriers.

For more information about the Jabber project visit http://www.xmpp.org.

Net::XMPP is a collection of Perl modules that provide a Perl Developer
access to the XMPP protocol. Using OOP modules we provide a clean
interface to writing anything from a full client to a simple protocol
tester.
<<
License: LGPL
Maintainer: Benjamin Reed
Homepage: http://search.cpan.org/dist/Net-XMPP
<<