summaryrefslogtreecommitdiff
path: root/devel/p5-POE/Makefile
blob: 19a988d3093ac1b8e4131cadbf2bac8261e0086b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# New ports collection makefile for:	POE
# Date created:		29 Apr 2001
# Whom:			Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=	POE
PORTVERSION=	0.17
CATEGORIES=	devel perl5
MASTER_SITES=	http://poe.perl.org/poedown/	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	POE
PKGNAMEPREFIX=	p5-

MAINTAINER=	skv@protey.ru

BUILD_DEPENDS=	\
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
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

post-install:
.ifndef(NOPORTDOCS)
		@${MKDIR} ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
		${INSTALL_DATA} ${WRKSRC}/samples/* ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
.endif

.include <bsd.port.mk>