aboutsummaryrefslogtreecommitdiff
path: root/irc/p5-POE-Component-IRC/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-02-21 07:16:25 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-02-21 07:16:25 +0000
commit793438fc1bafa5dc1a0fa0791f43db6c5f28efaf (patch)
tree017850d8e288f586ba932e5d3b3e1981896cb624 /irc/p5-POE-Component-IRC/Makefile
parent5cab7ddd964c91bb8142dccf21f79970e62dd4da (diff)
downloadports-793438fc1bafa5dc1a0fa0791f43db6c5f28efaf.tar.gz
ports-793438fc1bafa5dc1a0fa0791f43db6c5f28efaf.zip
Notes
Diffstat (limited to 'irc/p5-POE-Component-IRC/Makefile')
-rw-r--r--irc/p5-POE-Component-IRC/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile
index c28d498e0777..2a4cb5630bb8 100644
--- a/irc/p5-POE-Component-IRC/Makefile
+++ b/irc/p5-POE-Component-IRC/Makefile
@@ -7,13 +7,12 @@
#
PORTNAME= POE-Component-IRC
-PORTVERSION= 5.46
+PORTVERSION= 5.68
CATEGORIES= irc devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= POE
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= tjs@cdpa.nsysu.edu.tw
+MAINTAINER= ports@FreeBSD.org
COMMENT= A fully event-driven IRC client module
RUN_DEPENDS= p5-POE>=0.3202:${PORTSDIR}/devel/p5-POE \
@@ -30,13 +29,18 @@ MAN3= POE::Component::IRC.3 \
POE::Component::IRC::Constants.3 \
POE::Component::IRC::Pipeline.3 \
POE::Component::IRC::Plugin.3 \
+ POE::Component::IRC::Plugin::AutoJoin.3 \
POE::Component::IRC::Plugin::BotAddressed.3 \
POE::Component::IRC::Plugin::BotTraffic.3 \
POE::Component::IRC::Plugin::CTCP.3 \
POE::Component::IRC::Plugin::Connector.3 \
POE::Component::IRC::Plugin::Console.3 \
+ POE::Component::IRC::Plugin::CycleEmpty.3 \
+ POE::Component::IRC::Plugin::FollowTail.3 \
POE::Component::IRC::Plugin::ISupport.3 \
+ POE::Component::IRC::Plugin::Logger.3 \
POE::Component::IRC::Plugin::NickReclaim.3 \
+ POE::Component::IRC::Plugin::NickServID.3 \
POE::Component::IRC::Plugin::PlugMan.3 \
POE::Component::IRC::Plugin::Proxy.3 \
POE::Component::IRC::Plugin::Whois.3 \