aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Moose/Makefile
blob: 1b7bc45058a8dbeaec5fbbcc5ed2dc87a3e0098d (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
48
49
50
51
52
53
54
# New ports collection makefile for:    devel/p5-Moose
# Date created:             14 Apr 2006
# Whom:                 Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Moose
PORTVERSION=    0.12
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/S/ST/STEVAN
PKGNAMEPREFIX=  p5-

MAINTAINER= lbr@FreeBSD.org
COMMENT=    A complete modern object system for Perl 5

BUILD_DEPENDS=  ${RUN_DEPENDS} \
    p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple \
    p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \
    p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString
RUN_DEPENDS=    \
    p5-Scalar-List-Utils>=1.18:${PORTSDIR}/lang/p5-Scalar-List-Utils \
    p5-Class-MOP>=0.34:${PORTSDIR}/devel/p5-Class-MOP \
    p5-Sub-Name>=0.02:${PORTSDIR}/devel/p5-Sub-Name \
    p5-UNIVERSAL-require>=0.10:${PORTSDIR}/devel/p5-UNIVERSAL-require \
    p5-Sub-Exporter>=0.954:${PORTSDIR}/devel/p5-Sub-Exporter \
    p5-Sub-Install>=0.92:${PORTSDIR}/devel/p5-Sub-Install

PERL_MODBUILD=  yes

MAN3=   Moose.3 \
    Moose::Cookbook.3 \
    Moose::Cookbook::Recipe1.3 \
    Moose::Cookbook::Recipe2.3 \
    Moose::Cookbook::Recipe3.3 \
    Moose::Cookbook::Recipe4.3 \
    Moose::Cookbook::Recipe5.3 \
    Moose::Cookbook::Recipe6.3 \
    Moose::Meta::Attribute.3 \
    Moose::Meta::Class.3 \
    Moose::Meta::Instance.3 \
    Moose::Meta::Role.3 \
    Moose::Meta::TypeCoercion.3 \
    Moose::Meta::TypeConstraint.3 \
    Moose::Object.3 \
    Moose::Role.3 \
    Moose::Util::TypeConstraints.3

.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>