mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
This plugin provides a convenient wrapper around the Validation::Class
module for easy, reusable data validation for your Dancer applications. You don't even need to configure it unless your environment isn't a typical one. WWW: http://search.cpan.org/dist/Dancer-Plugin-ValidationClass/
This commit is contained in:
parent
b7fe838635
commit
98f7754bc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278551
@ -914,6 +914,7 @@
|
||||
SUBDIR += p5-Dancer
|
||||
SUBDIR += p5-Dancer-Plugin-DataFu
|
||||
SUBDIR += p5-Dancer-Plugin-Feed
|
||||
SUBDIR += p5-Dancer-Plugin-ValidationClass
|
||||
SUBDIR += p5-Data-TreeDumper-Renderer-DHTML
|
||||
SUBDIR += p5-Data-Validate-URI
|
||||
SUBDIR += p5-Emplacken
|
||||
|
26
www/p5-Dancer-Plugin-ValidationClass/Makefile
Normal file
26
www/p5-Dancer-Plugin-ValidationClass/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: Dancer::Plugin::ValidationClass
|
||||
# Date created: 27 Jul 2011
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Dancer-Plugin-ValidationClass
|
||||
PORTVERSION= 0.110280
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for centralized input validation for Dancer
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
|
||||
p5-Validation-Class>0:${PORTSDIR}/devel/p5-Validation-Class
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Dancer::Plugin::ValidationClass.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Dancer-Plugin-ValidationClass/distinfo
Normal file
2
www/p5-Dancer-Plugin-ValidationClass/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Dancer-Plugin-ValidationClass-0.110280.tar.gz) = bfa24b7614e522e0aa82eb30fbee7959e24988a05a9cbca128683d34f0a97237
|
||||
SIZE (Dancer-Plugin-ValidationClass-0.110280.tar.gz) = 10552
|
6
www/p5-Dancer-Plugin-ValidationClass/pkg-descr
Normal file
6
www/p5-Dancer-Plugin-ValidationClass/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This plugin provides a convenient wrapper around the Validation::Class
|
||||
module for easy, reusable data validation for your Dancer
|
||||
applications. You don't even need to configure it unless your
|
||||
environment isn't a typical one.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Dancer-Plugin-ValidationClass/
|
7
www/p5-Dancer-Plugin-ValidationClass/pkg-plist
Normal file
7
www/p5-Dancer-Plugin-ValidationClass/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/ValidationClass/.packlist
|
||||
%%SITE_PERL%%/Dancer/Plugin/ValidationClass.pm
|
||||
@dirrmtry %%SITE_PERL%%/Dancer/Plugin
|
||||
@dirrm %%SITE_PERL%%/Dancer/Plugin
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/ValidationClass
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer
|
Loading…
Reference in New Issue
Block a user