aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-POE/Makefile
blob: 9fb7c94ada3481107bdadfde3e723d4014e2fc3b (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
# New ports collection makefile for:	devel/p5-MooseX-POE
# Date created:				27 Jul 2008
# Whom:					Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	MooseX-POE
PORTVERSION=	0.205
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	The Illicit Love Child of Moose and POE

BUILD_DEPENDS=	p5-Moose>=0.73:${PORTSDIR}/devel/p5-Moose \
		p5-MooseX-Async>=0.01:${PORTSDIR}/devel/p5-MooseX-Async \
		p5-POE>=0.9999:${PORTSDIR}/devel/p5-POE \
		p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	5.8.0+

MAN3=	MooseX::POE.3 \
	MooseX::POE::Aliased.3 \
	MooseX::POE::Meta::Trait::Instance.3 \
	MooseX::POE::Meta::Trait::Class.3 \
	MooseX::POE::Meta::Trait::Constructor.3 \
	MooseX::POE::Meta::Trait::Object.3 \
	MooseX::POE::Meta::Trait::SweetArgs.3 \
	MooseX::POE::Role.3 \
	MooseX::POE::SweetArgs.3

post-extract:
	@${PERL} -i -ne 'print unless m,build_requires,' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>