blob: 27683e3225d69f09f571ecbdae2b2d11d8d6686e (
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
55
56
57
58
59
60
|
# New ports collection makefile for: devel/p5-Mouse
# Date created: 23 Jul 2008
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Mouse
PORTVERSION= 0.5200
CATEGORIES= devel perl5
MASTER_SITES= CPAN/../by-authors/id/G/GF/GFUJI
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-0.52
MAINTAINER= perl@FreeBSD.org
COMMENT= Moose minus the antlers
BUILD_DEPENDS= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort \
p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
MAKE_JOBS_UNSAFE= yes
PERL_CONFIGURE= 5.8.5+
MAN3= Mouse.3 \
Mouse::Exporter.3 \
Mouse::Meta::Attribute.3 \
Mouse::Meta::Class.3 \
Mouse::Meta::Method.3 \
Mouse::Meta::Method::Accessor.3 \
Mouse::Meta::Method::Constructor.3 \
Mouse::Meta::Method::Delegation.3 \
Mouse::Meta::Method::Destructor.3 \
Mouse::Meta::Module.3 \
Mouse::Meta::Role.3 \
Mouse::Meta::Role::Composite.3 \
Mouse::Meta::Role::Method.3 \
Mouse::Meta::TypeConstraint.3 \
Mouse::Object.3 \
Mouse::PurePerl.3 \
Mouse::Role.3 \
Mouse::Spec.3 \
Mouse::Tiny.3 \
Mouse::TypeRegistry.3 \
Mouse::Util.3 \
Mouse::Util::MetaRole.3 \
Mouse::Util::TypeConstraints.3 \
Mouse::XS.3 \
Squirrel.3 \
Squirrel::Role.3 \
Test::Mouse.3 \
ouse.3
post-install:
@${CAT} ${PKGDIR}/pkg-message
post-extract:
@${PERL} -i -ne 'print unless m,build_requires,' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
|