diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 11:23:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 11:23:38 +0000 |
commit | d7260a9bd8d871bff2f7976842743d4d55ac303d (patch) | |
tree | 92bcb9aa3fd3e568688d7a282e0784546bd62408 /irc/p5-POE-Component-IRC/Makefile | |
parent | 8702b22e060fd94b378990e33af952999e8ca749 (diff) | |
download | ports-d7260a9bd8d871bff2f7976842743d4d55ac303d.tar.gz ports-d7260a9bd8d871bff2f7976842743d4d55ac303d.zip |
Notes
Diffstat (limited to 'irc/p5-POE-Component-IRC/Makefile')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 2a4cb5630bb8..5585ffd33aa4 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -7,12 +7,12 @@ # PORTNAME= POE-Component-IRC -PORTVERSION= 5.68 +PORTVERSION= 5.70 CATEGORIES= irc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= A fully event-driven IRC client module RUN_DEPENDS= p5-POE>=0.3202:${PORTSDIR}/devel/p5-POE \ @@ -50,6 +50,12 @@ MAN3= POE::Component::IRC.3 \ POE::Component::IRC::State.3 \ POE::Component::IRC::Test::Harness.3 \ POE::Component::IRC::Test::Plugin.3 \ + POE::Component::IRC::Cookbook::Translator.3 \ + POE::Component::IRC::Cookbook::Disconnecting.3 \ + POE::Component::IRC::Cookbook::BasicBot.3 \ + POE::Component::IRC::Cookbook.3 \ + POE::Component::IRC::Cookbook::Resolver.3 \ + POE::Component::IRC::Plugin::BotCommand.3 \ POE::Filter::CTCP.3 \ POE::Filter::IRC.3 \ POE::Filter::IRC::Compat.3 |