1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

This module uses Function::Parameters to extends Perl with keywords that

let you define methods and functions with parameter lists which can be
validated using Type::Tiny type constraints. The type constraints can be
provided by the Type::Tiny standard library, Types::Standard, or any
supported user-defined type library which can be a Moose, MooseX::Type,
MouseX::Type, or Type::Library library.

WWW: http://search.cpan.org/dist/Type-Tiny-Signatures/
This commit is contained in:
Wen Heping 2015-09-27 04:13:16 +00:00
parent 5b4cd7f230
commit 9f8d3a114c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398021
5 changed files with 37 additions and 0 deletions

View File

@ -3332,6 +3332,7 @@
SUBDIR += p5-Tree-Trie
SUBDIR += p5-Type-Tie
SUBDIR += p5-Type-Tiny
SUBDIR += p5-Type-Tiny-Signatures
SUBDIR += p5-Type-Tiny-XS
SUBDIR += p5-Types-Core
SUBDIR += p5-Types-Path-Tiny

View File

@ -0,0 +1,24 @@
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= Type-Tiny-Signatures
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:AWNCORP
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Method/Function Signatures w/Type::Tiny Constraints
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Type-Tiny>=1.000005:${PORTSDIR}/devel/p5-Type-Tiny \
p5-Function-Parameters>=1.0605:${PORTSDIR}/devel/p5-Function-Parameters
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Type-Tiny-Signatures-0.05.tar.gz) = ea3f71cd97e70f268a2a2e75a9ce645f7610c60f0f34f19e0212bed4fa4f23d3
SIZE (Type-Tiny-Signatures-0.05.tar.gz) = 10481

View File

@ -0,0 +1,8 @@
This module uses Function::Parameters to extends Perl with keywords that
let you define methods and functions with parameter lists which can be
validated using Type::Tiny type constraints. The type constraints can be
provided by the Type::Tiny standard library, Types::Standard, or any
supported user-defined type library which can be a Moose, MooseX::Type,
MouseX::Type, or Type::Library library.
WWW: http://search.cpan.org/dist/Type-Tiny-Signatures/

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Type/Tiny/Signatures.pm
%%PERL5_MAN3%%/Type::Tiny::Signatures.3.gz