aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-POE-Stage/Makefile
blob: d0254fb5349e6f8d3495b3da5f7d966b8866af14 (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
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=	POE-Stage
PORTVERSION=	0.0600
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTVERSION=	0.060

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Base class for formalized POE components

BUILD_DEPENDS=	p5-POE>=1.351:${PORTSDIR}/devel/p5-POE \
		p5-PadWalker>=1.93:${PORTSDIR}/devel/p5-PadWalker \
		p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS \
		p5-Devel-LexAlias>=0.04:${PORTSDIR}/devel/p5-Devel-LexAlias \
		p5-Lexical-Persistence>=1.020:${PORTSDIR}/devel/p5-Lexical-Persistence \
		p5-Attribute-Handlers>=0.93:${PORTSDIR}/devel/p5-Attribute-Handlers
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

MAN3=		POE::Callback.3 POE::Request.3 POE::Request::Emit.3 \
		POE::Request::Recall.3 POE::Request::Return.3 \
		POE::Request::Upward.3 POE::Stage.3 POE::Stage::App.3 \
		POE::Stage::Echoer.3 POE::Stage::Receiver.3 \
		POE::Stage::Resolver.3 POE::Stage::Ticker.3 \
		POE::Watcher.3 POE::Watcher::Delay.3 POE::Watcher::Input.3 \
		POE::Watcher::Wheel.3

.include <bsd.port.mk>