aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-MooseX-POE/Makefile
blob: 77490305e77c514b13d11cefa671d17633558259 (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
# 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.08
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

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

RUN_DEPENDS=    p5-Moose>=0.26:${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 \
        p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= 5.8.0+

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

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

.include <bsd.port.mk>