Index: head/net-im/p5-Net-Jabber/Makefile =================================================================== --- head/net-im/p5-Net-Jabber/Makefile (revision 485219) +++ head/net-im/p5-Net-Jabber/Makefile (revision 485220) @@ -1,21 +1,25 @@ # Created by: Yen-Ming Lee # $FreeBSD$ PORTNAME= Net-Jabber PORTVERSION= 2.0 PORTREVISION= 1 CATEGORIES= net-im perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DIST_SUBDIR= jabber MAINTAINER= perl@FreeBSD.org COMMENT= Net::Jabber provides Perl Developer access to the Jabber protocol +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Net-XMPP>=0:net-im/p5-Net-XMPP USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Index: head/net-im/p5-Net-Jabber/pkg-descr =================================================================== --- head/net-im/p5-Net-Jabber/pkg-descr (revision 485219) +++ head/net-im/p5-Net-Jabber/pkg-descr (revision 485220) @@ -1,18 +1,18 @@ Net::Jabber The Jabber Instant Messaging project is an Open Source project seeking to provide a complete cross protocol messaging solution. The problem with current IM solutions is that they are all proprietary and cannot talk to each other. Jabber seeks to get rid of those barriers by allowing a Jabber client to talk with an AOL user, or an IRC chat room, or any number of other programs. For more information about the Jabber project visit -WWW: http://www.jabber.org/ +WWW: https://www.jabber.org/ Net::Jabber is a collection of Perl modules that provide a Perl Developer 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. WWW: https://metacpan.org/release/Net-Jabber