aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-MakeMethods/Makefile
blob: 880fa8a76b8de8c5d2c4b9f1d9177bcbbd587e57 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$

PORTNAME=	Class-MakeMethods
PORTVERSION=	1.010
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:C/.$//}

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Generate common types of methods

PERL_CONFIGURE=	yes

MAN3=		Class::MakeMethods.3 \
		Class::MakeMethods::Attribute.3 \
		Class::MakeMethods::Autoload.3 \
		Class::MakeMethods::Basic.3 \
		Class::MakeMethods::Basic::Array.3 \
		Class::MakeMethods::Basic::Global.3 \
		Class::MakeMethods::Basic::Hash.3 \
		Class::MakeMethods::Composite.3 \
		Class::MakeMethods::Composite::Array.3 \
		Class::MakeMethods::Composite::Global.3 \
		Class::MakeMethods::Composite::Hash.3 \
		Class::MakeMethods::Composite::Inheritable.3 \
		Class::MakeMethods::Composite::Universal.3 \
		Class::MakeMethods::Docs::Catalog.3 \
		Class::MakeMethods::Docs::Changes.3 \
		Class::MakeMethods::Docs::Examples.3 \
		Class::MakeMethods::Docs::ReadMe.3 \
		Class::MakeMethods::Docs::RelatedModules.3 \
		Class::MakeMethods::Docs::ToDo.3 \
		Class::MakeMethods::Emulator.3 \
		Class::MakeMethods::Emulator::AccessorFast.3 \
		Class::MakeMethods::Emulator::Inheritable.3 \
		Class::MakeMethods::Emulator::MethodMaker.3 \
		Class::MakeMethods::Emulator::Singleton.3 \
		Class::MakeMethods::Emulator::Struct.3 \
		Class::MakeMethods::Emulator::accessors.3 \
		Class::MakeMethods::Emulator::mcoder.3 \
		Class::MakeMethods::Evaled.3 \
		Class::MakeMethods::Evaled::Hash.3 \
		Class::MakeMethods::Standard.3 \
		Class::MakeMethods::Standard::Array.3 \
		Class::MakeMethods::Standard::Global.3 \
		Class::MakeMethods::Standard::Hash.3 \
		Class::MakeMethods::Standard::Inheritable.3 \
		Class::MakeMethods::Standard::Universal.3 \
		Class::MakeMethods::Template.3 \
		Class::MakeMethods::Template::Array.3 \
		Class::MakeMethods::Template::Class.3 \
		Class::MakeMethods::Template::ClassInherit.3 \
		Class::MakeMethods::Template::ClassName.3 \
		Class::MakeMethods::Template::ClassVar.3 \
		Class::MakeMethods::Template::Flyweight.3 \
		Class::MakeMethods::Template::Generic.3 \
		Class::MakeMethods::Template::Global.3 \
		Class::MakeMethods::Template::Hash.3 \
		Class::MakeMethods::Template::InsideOut.3 \
		Class::MakeMethods::Template::Inheritable.3 \
		Class::MakeMethods::Template::PackageVar.3 \
		Class::MakeMethods::Template::Ref.3 \
		Class::MakeMethods::Template::Scalar.3 \
		Class::MakeMethods::Template::Static.3 \
		Class::MakeMethods::Template::Struct.3 \
		Class::MakeMethods::Template::StructBuiltin.3 \
		Class::MakeMethods::Template::Universal.3 \
		Class::MakeMethods::Utility::ArraySplicer.3 \
		Class::MakeMethods::Utility::DiskCache.3 \
		Class::MakeMethods::Utility::Inheritable.3 \
		Class::MakeMethods::Utility::Ref.3 \
		Class::MakeMethods::Utility::TextBuilder.3

post-extract:
		@${RM} ${WRKSRC}/benchmark.pl
		@${REINPLACE_CMD} -i '' '/benchmark.pl/d' ${WRKSRC}/MANIFEST

.include <bsd.port.mk>