aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-C3-Componentised/Makefile
blob: a598ac26fa72d8a5b2a8ed1b2475908ca1e92093 (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
# New ports collection makefile for:    Class-C3-Componentised
# Date created:    13 Aug 2007
# Whom:        Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Class-C3-Componentised
PORTVERSION=    1.0005
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= lbr@FreeBSD.org
COMMENT=    Load mix-ins or components to your C3-based class

RUN_DEPENDS=    p5-Class-C3>=0.20:${PORTSDIR}/devel/p5-Class-C3 \
        p5-MRO-Compat>0:${PORTSDIR}/devel/p5-MRO-Compat \
        p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= 5.8.0+  # Inherited from devel/p5-Algorithm-C3-Componentised

MAN3=       Class::C3::Componentised.3

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

.include <bsd.port.mk>