diff options
author | skv <skv@FreeBSD.org> | 2009-05-13 13:36:29 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2009-05-13 13:36:29 +0800 |
commit | 7a9316738ec71fae3a12257cfb788b5bc9cc0ee2 (patch) | |
tree | 47da8d1a9f557147759016e9eea1adb93b6cef69 | |
parent | 3e3e2860b19388928755f78fc5c967f609f6b3ea (diff) | |
download | freebsd-ports-graphics-7a9316738ec71fae3a12257cfb788b5bc9cc0ee2.tar.gz freebsd-ports-graphics-7a9316738ec71fae3a12257cfb788b5bc9cc0ee2.tar.zst freebsd-ports-graphics-7a9316738ec71fae3a12257cfb788b5bc9cc0ee2.zip |
Add p5-MooseX-Meta-TypeConstraint-ForceCoercion 0.01, force coercion
when validating type constraints.
5 files changed, 43 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 16071291ca6..eaf8a259905 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/Makefile b/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/Makefile new file mode 100644 index 00000000000..677c9c31e7e --- /dev/null +++ b/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/Makefile @@ -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> diff --git a/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/distinfo b/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/distinfo new file mode 100644 index 00000000000..9091e790843 --- /dev/null +++ b/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/distinfo @@ -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 diff --git a/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/pkg-descr b/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/pkg-descr new file mode 100644 index 00000000000..02861ade01d --- /dev/null +++ b/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/pkg-descr @@ -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/ diff --git a/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/pkg-plist b/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/pkg-plist new file mode 100644 index 00000000000..3fb0a381b0a --- /dev/null +++ b/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/pkg-plist @@ -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 |