Import devel/p5-MooseX-Types-Path-Tiny 0.012
OK sthen@ bcallah@ 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.
This commit is contained in:
parent
45151575c2
commit
28cf0595bc
28
devel/p5-MooseX-Types-Path-Tiny/Makefile
Normal file
28
devel/p5-MooseX-Types-Path-Tiny/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2019/02/06 15:39:36 cwen Exp $
|
||||
|
||||
COMMENT = Path::Tiny types and coercions for Moose
|
||||
|
||||
DISTNAME = MooseX-Types-Path-Tiny-0.012
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Apache 2.0
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
RUN_DEPENDS = devel/p5-MooseX-Types-Stringlike \
|
||||
devel/p5-Moose>=2 \
|
||||
devel/p5-MooseX-Getopt \
|
||||
devel/p5-MooseX-Types \
|
||||
devel/p5-Path-Tiny \
|
||||
devel/p5-namespace-autoclean
|
||||
|
||||
TEST_DEPENDS = devel/p5-File-pushd \
|
||||
devel/p5-Test-Fatal
|
||||
|
||||
CONFIGURE_STYLE = modbuild tiny
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-MooseX-Types-Path-Tiny/distinfo
Normal file
2
devel/p5-MooseX-Types-Path-Tiny/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (MooseX-Types-Path-Tiny-0.012.tar.gz) = Ge7eAt1lTnD3PjTNevAGN2UXO8rv7v8b2+ITGOz9kVg=
|
||||
SIZE (MooseX-Types-Path-Tiny-0.012.tar.gz) = 28898
|
7
devel/p5-MooseX-Types-Path-Tiny/pkg/DESCR
Normal file
7
devel/p5-MooseX-Types-Path-Tiny/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
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.
|
4
devel/p5-MooseX-Types-Path-Tiny/pkg/PLIST
Normal file
4
devel/p5-MooseX-Types-Path-Tiny/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/02/06 15:39:36 cwen Exp $
|
||||
${P5SITE}/MooseX/Types/Path/
|
||||
${P5SITE}/MooseX/Types/Path/Tiny.pm
|
||||
@man man/man3p/MooseX::Types::Path::Tiny.3p
|
Loading…
Reference in New Issue
Block a user