diff options
author | sno <sno@pkgsrc.org> | 2010-01-26 15:43:38 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-26 15:43:38 +0000 |
commit | d70943eda0a289a39ab70969f5c2e6bb6becab10 (patch) | |
tree | 52d9577e1a85340a4c3c596a1a955c3ca3d9b10e /www/p5-HTML-FormFu/Makefile | |
parent | 69b65045eef5a90ff671f3725f39514ad15eb508 (diff) | |
download | pkgsrc-d70943eda0a289a39ab70969f5c2e6bb6becab10.tar.gz |
Importing www/p5-HTML-FormFu 0.06001 as indirect dependency of
scheduled update of editors/p5-Padre-Plugin-Catalyst.
HTML::FormFu is a HTML form framework which aims to be as easy as possible
to use for basic web forms, but with the power and flexibility to do
anything else you might want to do (as long as it involves forms).
Almost any part of formfu's behaviour and output can be configured. By
default formfu renders "XHTML 1.0 Strict" compliant markup, with as
little extra markup as possible, but with sufficient CSS class names to
allow for a wide-range of output styles to be generated by changing only
the CSS.
Diffstat (limited to 'www/p5-HTML-FormFu/Makefile')
-rw-r--r-- | www/p5-HTML-FormFu/Makefile | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/www/p5-HTML-FormFu/Makefile b/www/p5-HTML-FormFu/Makefile new file mode 100644 index 00000000000..ee2bfa1b82e --- /dev/null +++ b/www/p5-HTML-FormFu/Makefile @@ -0,0 +1,56 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/26 15:43:38 sno Exp $ +# + +DISTNAME= HTML-FormFu-0.06001 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/HTML-FormFu/ +COMMENT= HTML Form Creation, Rendering and Validation Framework +LICENSE= ${PERL5_LICENSE} + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Captcha-reCAPTCHA>=0.92:../../www/p5-Captcha-reCAPTCHA +DEPENDS+= p5-Class-Accessor-Chained-[0-9]*:../../devel/p5-Class-Accessor-Chained +DEPENDS+= p5-Class-C3-[0-9]*:../../devel/p5-Class-C3 +DEPENDS+= p5-Config-Any>=0.10:../../devel/p5-Config-Any +DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC +DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES +DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor +DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc +DEPENDS+= p5-DateTime>=0.38:../../time/p5-DateTime +DEPENDS+= p5-DateTime-Format-Builder>=0.7901:../../time/p5-DateTime-Format-Builder +DEPENDS+= p5-DateTime-Format-Natural-[0-9]*:../../time/p5-DateTime-Format-Natural +DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime +DEPENDS+= p5-DateTime-Locale-[0-9]*:../../time/p5-DateTime-Locale +DEPENDS+= p5-Email-Valid-[0-9]*:../../mail/p5-Email-Valid +DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir +DEPENDS+= p5-HTML-Scrubber-[0-9]*:../../www/p5-HTML-Scrubber +DEPENDS+= p5-HTML-TokeParser-Simple>=3.14:../../www/p5-HTML-TokeParser-Simple +DEPENDS+= p5-Hash-Flatten-[0-9]*:../../devel/p5-Hash-Flatten +DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils +DEPENDS+= {perl>=5.10.0,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils +DEPENDS+= {perl>=5.7.3,p5-Locale-Maketext-[0-9]*}:../../misc/p5-Locale-Maketext +DEPENDS+= {perl>=5.10.0,p5-Module-Pluggable-[0-9]*}:../../devel/p5-Module-Pluggable +DEPENDS+= p5-Number-Format-[0-9]*:../../textproc/p5-Number-Format +DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class +DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common +DEPENDS+= p5-Regexp-Copy-[0-9]*:../../textproc/p5-Regexp-Copy +DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken +DEPENDS+= p5-Template-Toolkit>=2:../../www/p5-Template-Toolkit +DEPENDS+= p5-YAML-LibYAML>=0.32:../../textproc/p5-YAML-LibYAML +DEPENDS+= p5-libwww>=5:../../www/p5-libwww + +BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings + +USE_LANGUAGES= c + +PERL5_PACKLIST= auto/HTML/FormFu/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |