summaryrefslogtreecommitdiff
path: root/www/p5-HTML-FormFu/Makefile
blob: 8b40d2aceaeeeac0fd9a96dddb6e0ff75951b883 (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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# New ports collection makefile for:	p5-HTML-FormFu
# Date created:		2007-12-24
# Whom:			Andrej Zverev <andrey.zverev@electro-com.ru>
#
# $FreeBSD$
#

PORTNAME=	HTML-FormFu
PORTVERSION=	0.08002
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	HTML Form Creation, Rendering and Validation Framework

RUN_DEPENDS=	p5-Captcha-reCAPTCHA>=0.93:${PORTSDIR}/graphics/p5-Captcha-reCAPTCHA \
		p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
		p5-Clone>=0.31:${PORTSDIR}/devel/p5-Clone \
		p5-Config-Any>=0.18:${PORTSDIR}/devel/p5-Config-Any \
		p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC \
		p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \
		p5-Data-Visitor>=0.26:${PORTSDIR}/devel/p5-Data-Visitor \
		p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
		p5-DateTime>=0.54:${PORTSDIR}/devel/p5-DateTime \
		p5-DateTime-Format-Builder>=0.79:${PORTSDIR}/devel/p5-DateTime-Format-Builder \
		p5-DateTime-Format-Natural>=0:${PORTSDIR}/devel/p5-DateTime-Format-Natural \
		p5-DateTime-Format-Strptime>=1.2000:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
		p5-DateTime-Locale>=0.45:${PORTSDIR}/devel/p5-DateTime-Locale \
		p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid \
		p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \
		p5-HTML-Scrubber>=0:${PORTSDIR}/www/p5-HTML-Scrubber \
		p5-HTML-TokeParser-Simple>=3.14:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \
		p5-Hash-Flatten>=0:${PORTSDIR}/devel/p5-Hash-Flatten \
		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
		p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
		p5-Number-Format>=0:${PORTSDIR}/textproc/p5-Number-Format \
		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
		p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
		p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
		p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \
		p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
		p5-YAML-LibYAML>=0.32:${PORTSDIR}/textproc/p5-YAML-LibYAML \
		p5-libwww>=1.64:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS=	${RUN_DEPENDS}
BUILD_DEPENDS+=	p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings

PERL_CONFIGURE=	5.8.1+

MAN3=	HTML::FormFu::Inflator.3 \
	HTML::FormFu::Processor.3 \
	HTML::FormFu::Constraint::Integer.3 \
	HTML::FormFu::Constraint::AutoSet.3 \
	HTML::FormFu::Constraint::File.3 \
	HTML::FormFu::QueryType::CGI.3 \
	HTML::FormFu::Constraint::File::Size.3 \
	HTML::FormFu::Upload.3 \
	HTML::FormFu::QueryType::CGI::Simple.3 \
	HTML::FormFu::QueryType::Catalyst.3 \
	HTML::FormFu::Constraint::File::MIME.3 \
	HTML::FormFu::Manual::Cookbook.3 \
	HTML::FormFu::Filter::UpperCase.3 \
	HTML::FormFu::Constraint::Repeatable::Any.3 \
	HTML::FormFu::Element::Radio.3 \
	HTML::FormFu::Element::SimpleTable.3 \
	HTML::FormFu::Element::Block.3 \
	HTML::FormFu::Element::Button.3 \
	HTML::FormFu.3 \
	HTML::FormFu::Validator::Callback.3 \
	HTML::FormFu::Element::_Input.3 \
	HTML::FormFu::Filter::HTMLEscape.3 \
	HTML::FormFu::Element.3 \
	HTML::FormFu::Element::Multi.3 \
	HTML::FormFu::Filter::CopyValue.3 \
	HTML::FormFu::OutputProcessor::StripWhitespace.3 \
	HTML::FormFu::Constraint::Word.3 \
	HTML::FormFu::Element::Submit.3 \
	HTML::FormFu::OutputProcessor.3 \
	HTML::FormFu::Validator.3 \
	HTML::FormFu::Constraint::Number.3 \
	HTML::FormFu::Transformer.3 \
	HTML::FormFu::Filter::Encode.3 \
	HTML::FormFu::Element::Hidden.3 \
	HTML::FormFu::Element::Date.3 \
	HTML::FormFu::Constraint::Email.3 \
	HTML::FormFu::Constraint::Length.3 \
	HTML::FormFu::Constraint::CallbackOnce.3 \
	HTML::FormFu::Attribute.3 \
	HTML::FormFu::Filter::Whitespace.3 \
	HTML::FormFu::Element::Image.3 \
	HTML::FormFu::Inflator::DateTime.3 \
	HTML::FormFu::Constraint::MinMaxFields.3 \
	HTML::FormFu::Deflator.3 \
	HTML::FormFu::Filter::TrimEdges.3 \
	HTML::FormFu::Element::Radiogroup.3 \
	HTML::FormFu::Filter.3 \
	HTML::FormFu::Manual::Unicode.3 \
	HTML::FormFu::Deflator::Strftime.3 \
	HTML::FormFu::Element::Select.3 \
	HTML::FormFu::Filter::LowerCase.3 \
	HTML::FormFu::Filter::Callback.3 \
	HTML::FormFu::Element::Password.3 \
	HTML::FormFu::Constraint::MaxLength.3 \
	HTML::FormFu::Element::_NonBlock.3 \
	HTML::FormFu::Element::Blank.3 \
	HTML::FormFu::Element::_Field.3 \
	HTML::FormFu::Transformer::Callback.3 \
	HTML::FormFu::Constraint::Regex.3 \
	HTML::FormFu::Constraint::DependOn.3 \
	HTML::FormFu::Element::Reset.3 \
	HTML::FormFu::Element::_Group.3 \
	HTML::FormFu::Constraint::Bool.3 \
	HTML::FormFu::Element::Textarea.3 \
	HTML::FormFu::Constraint::MinLength.3 \
	HTML::FormFu::OutputProcessor::Indent.3 \
	HTML::FormFu::Element::Checkboxgroup.3 \
	HTML::FormFu::Constraint::Range.3 \
	HTML::FormFu::Element::Checkbox.3 \
	HTML::FormFu::Element::Repeatable.3 \
	HTML::FormFu::Element::Src.3 \
	HTML::FormFu::Element::Fieldset.3 \
	HTML::FormFu::Constraint::Printable.3 \
	HTML::FormFu::Element::Text.3 \
	HTML::FormFu::Constraint::AllOrNone.3 \
	HTML::FormFu::Constraint.3 \
	HTML::FormFu::Element::File.3 \
	HTML::FormFu::Filter::NonNumeric.3 \
	HTML::FormFu::Constraint::ASCII.3 \
	HTML::FormFu::Constraint::Required.3 \
	HTML::FormFu::Constraint::SingleValue.3 \
	HTML::FormFu::Constraint::Equal.3 \
	HTML::FormFu::Element::Hr.3 \
	HTML::FormFu::Constraint::Callback.3 \
	HTML::FormFu::Constraint::_others.3 \
	HTML::FormFu::Element::ContentButton.3 \
	HTML::FormFu::Filter::Regex.3 \
	HTML::FormFu::Filter::HTMLScrubber.3 \
	HTML::FormFu::Constraint::Set.3 \
	HTML::FormFu::UploadParam.3 \
	HTML::FormFu::Inflator::CompoundDateTime.3 \
	HTML::FormFu::Deflator::CompoundDateTime.3 \
	HTML::FormFu::Filter::Split.3 \
	HTML::FormFu::Filter::CompoundJoin.3 \
	HTML::FormFu::Plugin::StashValid.3 \
	HTML::FormFu::Deflator::CompoundSplit.3 \
	HTML::FormFu::Plugin.3 \
	HTML::FormFu::Model.3 \
	HTML::FormFu::Constraint::DateTime.3 \
	HTML::FormFu::Filter::CompoundSprintf.3 \
	HTML::FormFu::Filter::_Compound.3 \
	HTML::FormFu::Element::reCAPTCHA.3 \
	HTML::FormFu::Constraint::reCAPTCHA.3 \
	HTML::FormFu::Element::_MultiElement.3 \
	HTML::FormFu::Element::_MultiText.3 \
	HTML::FormFu::Element::_MultiSelect.3 \
	HTML::FormFu::Element::ComboBox.3 \
	HTML::FormFu::Constraint::MinRange.3 \
	HTML::FormFu::MultiForm.3 \
	HTML::FormFu::Element::DateTime.3 \
	HTML::FormFu::Constraint::MaxRange.3 \
	HTML::FormFu::Constraint::File::MinSize.3 \
	HTML::FormFu::Constraint::File::MaxSize.3 \
	HTML::FormFu::Element::Number.3 \
	HTML::FormFu::Model::HashRef.3 \
	HTML::FormFu::Deflator::Callback.3 \
	HTML::FormFu::Deflator::FormatNumber.3 \
	HTML::FormFu::Inflator::Callback.3 \
	HTML::FormFu::Deflator::PathClassFile.3 \
	HTML::FormFu::Filter::FormatNumber.3 \
	HTML::FormFu::Element::Label.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500809
RUN_DEPENDS+=	p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
.endif

.include <bsd.port.post.mk>