From d7381aede3b1603672be8517d301c6500976ac92 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Sat, 9 Mar 2013 06:55:58 +0000 Subject: This module provides Path::Tiny types for Moose. It handles two important types of coercion: - coercing objects with overloaded stringification - coercing to absolute paths It also can check to ensure that files or directories exist. WWW: http://search.cpan.org/dist/MooseX-Types-Path-Tiny/ --- devel/p5-MooseX-Types-Path-Tiny/Makefile | 26 ++++++++++++++++++++++++++ devel/p5-MooseX-Types-Path-Tiny/distinfo | 2 ++ devel/p5-MooseX-Types-Path-Tiny/pkg-descr | 9 +++++++++ devel/p5-MooseX-Types-Path-Tiny/pkg-plist | 5 +++++ 4 files changed, 42 insertions(+) create mode 100644 devel/p5-MooseX-Types-Path-Tiny/Makefile create mode 100644 devel/p5-MooseX-Types-Path-Tiny/distinfo create mode 100644 devel/p5-MooseX-Types-Path-Tiny/pkg-descr create mode 100644 devel/p5-MooseX-Types-Path-Tiny/pkg-plist (limited to 'devel/p5-MooseX-Types-Path-Tiny') diff --git a/devel/p5-MooseX-Types-Path-Tiny/Makefile b/devel/p5-MooseX-Types-Path-Tiny/Makefile new file mode 100644 index 000000000000..fd53ada944ef --- /dev/null +++ b/devel/p5-MooseX-Types-Path-Tiny/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= MooseX-Types-Path-Tiny +PORTVERSION= 0.002 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension of Path::Tiny types and coercions for Moose + +RUN_DEPENDS= \ + p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Types>0:${PORTSDIR}/devel/p5-MooseX-Types \ + p5-MooseX-Types-Stringlike>=0:${PORTSDIR}/devel/p5-MooseX-Types-Stringlike \ + p5-Path-Tiny>0:${PORTSDIR}/devel/p5-Path-Tiny +BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= \ + p5-File-pushd>0:${PORTSDIR}/devel/p5-File-pushd \ + p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal + +PERL_CONFIGURE= yes + +MAN3= MooseX::Types::Path::Tiny.3 + +.include diff --git a/devel/p5-MooseX-Types-Path-Tiny/distinfo b/devel/p5-MooseX-Types-Path-Tiny/distinfo new file mode 100644 index 000000000000..b8cf2eee9879 --- /dev/null +++ b/devel/p5-MooseX-Types-Path-Tiny/distinfo @@ -0,0 +1,2 @@ +SHA256 (MooseX-Types-Path-Tiny-0.002.tar.gz) = 656939c6a2abcbbeab6a28dff4f488e31004c558f2b4daa72c3925a31a9454bb +SIZE (MooseX-Types-Path-Tiny-0.002.tar.gz) = 12703 diff --git a/devel/p5-MooseX-Types-Path-Tiny/pkg-descr b/devel/p5-MooseX-Types-Path-Tiny/pkg-descr new file mode 100644 index 000000000000..09e8cf8b3e19 --- /dev/null +++ b/devel/p5-MooseX-Types-Path-Tiny/pkg-descr @@ -0,0 +1,9 @@ +This module provides Path::Tiny types for Moose. It handles two +important types of coercion: + +- coercing objects with overloaded stringification +- coercing to absolute paths + +It also can check to ensure that files or directories exist. + +WWW: http://search.cpan.org/dist/MooseX-Types-Path-Tiny/ diff --git a/devel/p5-MooseX-Types-Path-Tiny/pkg-plist b/devel/p5-MooseX-Types-Path-Tiny/pkg-plist new file mode 100644 index 000000000000..578a0871879e --- /dev/null +++ b/devel/p5-MooseX-Types-Path-Tiny/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/Path/Tiny/.packlist +%%SITE_PERL%%/MooseX/Types/Path/Tiny.pm +@dirrmtry %%SITE_PERL%%/MooseX/Types/Path +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/Path/Tiny +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Types/Path -- cgit v1.2.3