diff options
author | skv <skv@FreeBSD.org> | 2002-01-21 15:58:50 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-01-21 15:58:50 +0000 |
commit | 3215787ef681782cec8d2bb1a58cad32adddfe83 (patch) | |
tree | 87bf1e5e380066fb5efabf3105b774a2193192a3 /devel/p5-POE/Makefile | |
parent | 2142b51267d27380fe7402e929ca416226643790 (diff) | |
download | FreeBSD-ports-3215787ef681782cec8d2bb1a58cad32adddfe83.zip FreeBSD-ports-3215787ef681782cec8d2bb1a58cad32adddfe83.tar.gz |
Update to 0.18, minor fixes.
Approved by: tobez
Diffstat (limited to 'devel/p5-POE/Makefile')
-rw-r--r-- | devel/p5-POE/Makefile | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile index 19a988d..657db89 100644 --- a/devel/p5-POE/Makefile +++ b/devel/p5-POE/Makefile @@ -6,13 +6,13 @@ # PORTNAME= POE -PORTVERSION= 0.17 +PORTVERSION= 0.18 CATEGORIES= devel perl5 -MASTER_SITES= http://poe.perl.org/poedown/ ${MASTER_SITE_PERL_CPAN} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} http://poe.perl.org/poedown/ MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org BUILD_DEPENDS= \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ @@ -25,18 +25,18 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= POE.3 POE::Component.3 POE::Component::Server::TCP.3 \ - POE::Driver.3 POE::Driver::SysRW.3 POE::Filter.3 \ - POE::Filter::Block.3 POE::Filter::Grep.3 POE::Filter::HTTPD.3 \ - POE::Filter::Line.3 POE::Filter::Map.3 \ - POE::Filter::RecordBlock.3 POE::Filter::Reference.3 \ - POE::Filter::Stackable.3 POE::Filter::Stream.3 POE::Kernel.3 \ - POE::NFA.3 POE::Pipe.3 POE::Pipe::OneWay.3 POE::Pipe::TwoWay.3 \ - POE::Preprocessor.3 POE::Session.3 POE::Wheel.3 \ - POE::Wheel::Curses.3 POE::Wheel::FollowTail.3 \ - POE::Wheel::ListenAccept.3 POE::Wheel::ReadLine.3 \ - POE::Wheel::ReadWrite.3 POE::Wheel::Run.3 \ - POE::Wheel::SocketFactory.3 +MAN3= POE.3 POE::Component.3 POE::Component::Client::TCP.3 \ + POE::Component::Server::TCP.3 POE::Driver.3 \ + POE::Driver::SysRW.3 POE::Filter.3 POE::Filter::Block.3 \ + POE::Filter::Grep.3 POE::Filter::HTTPD.3 POE::Filter::Line.3 \ + POE::Filter::Map.3 POE::Filter::RecordBlock.3 \ + POE::Filter::Reference.3 POE::Filter::Stackable.3 \ + POE::Filter::Stream.3 POE::Kernel.3 POE::NFA.3 POE::Pipe.3 \ + POE::Pipe::OneWay.3 POE::Pipe::TwoWay.3 POE::Preprocessor.3 \ + POE::Session.3 POE::Wheel.3 POE::Wheel::Curses.3 \ + POE::Wheel::FollowTail.3 POE::Wheel::ListenAccept.3 \ + POE::Wheel::ReadLine.3 POE::Wheel::ReadWrite.3 \ + POE::Wheel::Run.3 POE::Wheel::SocketFactory.3 post-install: .ifndef(NOPORTDOCS) |