diff options
Diffstat (limited to 'irc/p5-POE-Component-IRC/Makefile')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index ee970518007a..13c6acdfed11 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= POE-Component-IRC -PORTVERSION= 4.65 +PORTVERSION= 4.70 CATEGORIES= irc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -33,7 +33,9 @@ MAN3= POE::Component::IRC.3 \ POE::Component::IRC::State.3 \ POE::Component::IRC::Test::Harness.3 \ POE::Filter::CTCP.3 \ - POE::Filter::IRC.3 + POE::Filter::IRC.3 \ + POE::Component::IRC::Pipeline.3 \ + POE::Component::IRC::Projects.3 post-install: .ifndef(NOPORTDOCS) |