2001-05-08 08:22:01 -04:00
|
|
|
# New ports collection makefile for: POE
|
|
|
|
# Date created: 29 Apr 2001
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= POE
|
2003-05-21 08:15:36 -04:00
|
|
|
PORTVERSION= 0.26
|
2001-05-08 08:22:01 -04:00
|
|
|
CATEGORIES= devel perl5
|
2003-05-21 08:15:36 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2001-05-08 08:22:01 -04:00
|
|
|
MASTER_SITE_SUBDIR= POE
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2002-01-21 10:58:50 -05:00
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-02-13 07:15:50 -05:00
|
|
|
COMMENT= Multitasking and networking framework for perl
|
2001-05-08 08:22:01 -04:00
|
|
|
|
2001-07-31 05:22:07 -04:00
|
|
|
BUILD_DEPENDS= \
|
2003-02-13 07:15:50 -05:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
|
2001-05-08 08:22:01 -04:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2002-06-20 10:26:31 -04:00
|
|
|
CONFIGURE_ARGS= </dev/null
|
2001-05-08 08:22:01 -04:00
|
|
|
|
2002-01-21 10:58:50 -05:00
|
|
|
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 \
|
2003-02-13 07:15:50 -05:00
|
|
|
POE::Filter::Stream.3 POE::Kernel.3 POE::Loop.3 \
|
|
|
|
POE::Loop::Event.3 POE::Loop::Gtk.3 POE::Loop::Poll.3 \
|
|
|
|
POE::Loop::Select.3 POE::Loop::Tk.3 POE::NFA.3 POE::Pipe.3 \
|
2002-01-21 10:58:50 -05:00
|
|
|
POE::Pipe::OneWay.3 POE::Pipe::TwoWay.3 POE::Preprocessor.3 \
|
2003-02-13 07:15:50 -05:00
|
|
|
POE::Queue.3 POE::Queue::Array.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
|
2001-05-08 08:22:01 -04:00
|
|
|
|
2001-07-20 19:09:46 -04:00
|
|
|
post-install:
|
2001-08-30 15:30:41 -04:00
|
|
|
.ifndef(NOPORTDOCS)
|
2002-04-08 12:21:48 -04:00
|
|
|
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
2003-02-13 07:15:50 -05:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR}
|
2001-08-30 15:30:41 -04:00
|
|
|
.endif
|
2001-07-20 19:09:46 -04:00
|
|
|
|
2001-05-08 08:22:01 -04:00
|
|
|
.include <bsd.port.mk>
|