pkgsrc/devel/p5-AnyEvent-XMPP/Makefile
wen b8bc1f9200 Update to 0.54
Upstream changes:
0.54     Wed Dec  5 23:21:03 CET 2012
         - Add AnyEvent::XMPP::Ext::Receipts for XEP-0184 message receipts
         - Fix error message "protocol error" when connecting without
           Net::SSLeay by depending on Net::SSLeay
         - Bugfix: don't call ->release on destroyed object

0.53     Wed Oct 10 13:05:08 CEST 2012
         - Fix send_iq_hook, send_message_hook, send_presence_hook
         - Enable create_cbs for MUC::Message as well (thanks omega)
         - switch from Digest::SHA1 to Digest::SHA which is in core
           (thanks jones)
         - Fix parser error on auth failure (thanks RHOELZ)
         - Bugfix: properly set $handled = 1 in IQ handlers
2013-08-27 02:32:54 +00:00

27 lines
961 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/08/27 02:32:54 wen Exp $
#
DISTNAME= AnyEvent-XMPP-0.54
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/E/EL/ELMEX/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/E/EL/ELMEX/
COMMENT= Implementation of the XMPP Protocol
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-AnyEvent>=0:../../devel/p5-AnyEvent
DEPENDS+= p5-Authen-SASL>=0:../../security/p5-Authen-SASL
DEPENDS+= p5-Digest-SHA1>=0:../../security/p5-Digest-SHA1
DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64
DEPENDS+= p5-Net-LibIDN>=0:../../net/p5-Net-LibIDN
DEPENDS+= p5-Object-Event>=0.7:../../devel/p5-Object-Event
DEPENDS+= {perl>=5.14.0,p5-Time-Local>=0}:../../time/p5-Time-Local
DEPENDS+= p5-XML-Writer>=0:../../textproc/p5-XML-Writer
PERL5_PACKLIST= auto/AnyEvent/XMPP/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"