pkgsrc/devel/p5-AnyEvent-XMPP/Makefile
wen fec5bf9f8a Update to 0.55
Upstream changes:
0.55     Sat, 01 Mar 2014 22:41:30 +0100
         - Receipts: skip re-send if this jabber account is offline
         - Bugfix: properly clear the disconnected callback
         - add repository information to META file
2014-07-29 03:44:21 +00:00

27 lines
963 B
Makefile

# $NetBSD: Makefile,v 1.8 2014/07/29 03:44:21 wen Exp $
#
DISTNAME= AnyEvent-XMPP-0.55
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/
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"