freebsd-ports/devel/p5-POE/Makefile
Sergey Skvortsov 54a1630d6e * reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
2005-06-11 16:13:12 +00:00

63 lines
2.4 KiB
Makefile

# New ports collection makefile for: POE
# Date created: 29 Apr 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= POE
PORTVERSION= 0.3101
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
MAINTAINER= skv@FreeBSD.org
COMMENT= Multitasking and networking framework for perl
BUILD_DEPENDS= \
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${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
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= --default
MAN3= POE.3 POE::API::Ctl.3 POE::API::ResLoader.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::Loop.3 POE::Loop::Event.3 POE::Loop::Gtk.3 \
POE::Loop::IO_Poll.3 POE::Loop::PerlSignals.3 \
POE::Loop::Select.3 POE::Loop::Tk.3 POE::Loop::TkActiveState.3 \
POE::Loop::TkCommon.3 POE::NFA.3 POE::Pipe.3 \
POE::Pipe::OneWay.3 POE::Pipe::TwoWay.3 POE::Preprocessor.3 \
POE::Queue.3 POE::Queue::Array.3 POE::Resource.3 \
POE::Resource::Aliases.3 POE::Resource::Controls.3 \
POE::Resource::Events.3 POE::Resource::Extrefs.3 \
POE::Resource::FileHandles.3 POE::Resource::SIDs.3 \
POE::Resource::Sessions.3 POE::Resource::Signals.3 \
POE::Resource::Statistics.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)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>