diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-20 15:55:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-20 15:55:57 +0800 |
commit | 3c59383c97954bfaa87fcf10e8e23ae4b10ed3fb (patch) | |
tree | 95111cc6237acd02892cd81e79573b782b370cee /net-im/p5-Net-Jabber | |
parent | 39c6b1d07ee0483bd8c72283531367d3c0cb8673 (diff) | |
download | freebsd-ports-gnome-3c59383c97954bfaa87fcf10e8e23ae4b10ed3fb.tar.gz freebsd-ports-gnome-3c59383c97954bfaa87fcf10e8e23ae4b10ed3fb.tar.zst freebsd-ports-gnome-3c59383c97954bfaa87fcf10e8e23ae4b10ed3fb.zip |
- Pet portlint
- Add WWW
Diffstat (limited to 'net-im/p5-Net-Jabber')
-rw-r--r-- | net-im/p5-Net-Jabber/Makefile | 6 | ||||
-rw-r--r-- | net-im/p5-Net-Jabber/pkg-descr | 9 |
2 files changed, 5 insertions, 10 deletions
diff --git a/net-im/p5-Net-Jabber/Makefile b/net-im/p5-Net-Jabber/Makefile index 3935e1b1b74b..30925a55e37f 100644 --- a/net-im/p5-Net-Jabber/Makefile +++ b/net-im/p5-Net-Jabber/Makefile @@ -15,10 +15,10 @@ DIST_SUBDIR= jabber MAINTAINER= perl@FreeBSD.org COMMENT= Net::Jabber provides Perl Developer access to the Jabber protocol -BUILD_DEPENDS= ${SITE_PERL}/Net/XMPP.pm:${PORTSDIR}/net-im/p5-Net-XMPP -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Net-XMPP>=0:${PORTSDIR}/net-im/p5-Net-XMPP +RUN_DEPENDS= p5-Net-XMPP>=0:${PORTSDIR}/net-im/p5-Net-XMPP -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN3= Net::Jabber.3 Net::Jabber::Client.3 Net::Jabber::Component.3 \ Net::Jabber::Data.3 Net::Jabber::Debug.3 \ diff --git a/net-im/p5-Net-Jabber/pkg-descr b/net-im/p5-Net-Jabber/pkg-descr index 1f1b53d53f64..a9cebc1a5bb0 100644 --- a/net-im/p5-Net-Jabber/pkg-descr +++ b/net-im/p5-Net-Jabber/pkg-descr @@ -1,4 +1,4 @@ -Net::Jabber v1.0021 +Net::Jabber The Jabber Instant Messaging project is an Open Source project seeking to provide a complete cross protocol messaging solution. The problem @@ -15,9 +15,4 @@ access to the Jabber protocol. Using OOP modules we provide a clean interface to writing anything from a full client to a simple protocol tester. -Ryan Eatmon -Jabber Perl Team Leader -reatmon@jabber.org - --- -Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> +WWW: http://search.cpan.org/dist/Net-Jabber/ |