mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Add p5-MooseX-Meta-TypeConstraint-ForceCoercion 0.01, force coercion
when validating type constraints.
This commit is contained in:
parent
455b4be962
commit
8c89f1fcf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233815
@ -1606,6 +1606,7 @@
|
||||
SUBDIR += p5-MooseX-Getopt
|
||||
SUBDIR += p5-MooseX-IOC
|
||||
SUBDIR += p5-MooseX-Log-Log4perl
|
||||
SUBDIR += p5-MooseX-Meta-TypeConstraint-ForceCoercion
|
||||
SUBDIR += p5-MooseX-POE
|
||||
SUBDIR += p5-MooseX-Policy-SemiAffordanceAccessor
|
||||
SUBDIR += p5-MooseX-SimpleConfig
|
||||
|
25
devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/Makefile
Normal file
25
devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: MooseX-Meta-TypeConstraint-ForceCoercion
|
||||
# Date created: 13 May 2009
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MooseX-Meta-TypeConstraint-ForceCoercion
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Force coercion when validating type constraints
|
||||
|
||||
BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= MooseX::Meta::TypeConstraint::ForceCoercion.3
|
||||
|
||||
.include <bsd.port.mk>
|
@ -0,0 +1,3 @@
|
||||
MD5 (MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz) = 6208f4c7be243d911d26e6cbfca6bc6b
|
||||
SHA256 (MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz) = f13a688369c1cb58b0c4479502702a277ae62354566439e4bab72e925847f845
|
||||
SIZE (MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz) = 9079
|
@ -0,0 +1,5 @@
|
||||
MooseX::Meta::TypeConstraint::ForceCoercion allows to wrap any
|
||||
Moose::Meta::TypeConstraint in a way that will force coercion of the
|
||||
value when checking or validating a value against it.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MooseX-Meta-TypeConstraint-ForceCoercion/
|
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Meta/TypeConstraint/ForceCoercion/.packlist
|
||||
%%SITE_PERL%%/MooseX/Meta/TypeConstraint/ForceCoercion.pm
|
||||
@dirrmtry %%SITE_PERL%%/MooseX/Meta/TypeConstraint
|
||||
@dirrmtry %%SITE_PERL%%/MooseX/Meta
|
||||
@dirrmtry %%SITE_PERL%%/MooseX
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Meta/TypeConstraint/ForceCoercion
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Meta/TypeConstraint
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Meta
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX
|
Loading…
Reference in New Issue
Block a user