Update DEPENDS Upstream changes: 6.83 Mon May 27 10:40:09 BST 2013 - NickServID: React on IRC Message 433 - Commit: ec7cd33736 - BotCommand: Support for overriding the Command Handler - BotCommand: Added Support for a Help Modification Callback - BotCommand: Adapted the Help Callback Options so it gets the Command and Arguments - BotCommand: Added Support for Command Aliases - BotCommand: Allowed No Arguments/Only Variable Arguments - Implemented SSL Client Cert Support 6.82 Sat Mar 9 22:15:02 GMT 2013 - Add the Prefix to the "Syntax:" line of the command help 6.81 Fri Nov 23 15:53:11 GMT 2012 - Resolve hash randomisation issues with v5.17.6 6.80 Thu Sep 20 09:52:59 BST 2012 - Add missing prereq 6.79 Wed Sep 19 14:24:03 BST 2012 - Argument naming and argument count validation in Plugin::BotCommand - [rt.cpan.org #79745] nick_long_form dies due to a race condition
25 lines
831 B
Makefile
25 lines
831 B
Makefile
# $NetBSD: Makefile,v 1.21 2013/12/15 13:43:57 wen Exp $
|
|
#
|
|
|
|
DISTNAME= POE-Component-IRC-6.83
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= chat perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/POE-Component-IRC/
|
|
COMMENT= Fully event-driven IRC client module
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-POE>=1.311:../../devel/p5-POE
|
|
DEPENDS+= p5-IRC-Utils>=0.12:../../chat/p5-IRC-Utils
|
|
DEPENDS+= p5-POE-Component-Syndicator-[0-9]*:../../devel/p5-POE-Component-Syndicator
|
|
DEPENDS+= p5-POE-Filter-IRCD>=2.42:../../chat/p5-POE-Filter-IRCD
|
|
DEPENDS+= p5-Test-Differences>=0.61:../../devel/p5-Test-Differences
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/POE/Component/IRC/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|