mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add p5-Params-Classify 0.000, argument type classification.
PR: ports/100546 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
5b35f14fb5
commit
3822362696
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168282
@ -1203,6 +1203,7 @@
|
||||
SUBDIR += p5-Parallel-ForkManager
|
||||
SUBDIR += p5-Params-CallbackRequest
|
||||
SUBDIR += p5-Params-Check
|
||||
SUBDIR += p5-Params-Classify
|
||||
SUBDIR += p5-Params-Util
|
||||
SUBDIR += p5-Params-Validate
|
||||
SUBDIR += p5-Parse-CPAN-Packages
|
||||
|
22
devel/p5-Params-Classify/Makefile
Normal file
22
devel/p5-Params-Classify/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Params-Classify
|
||||
# Date created: 2006-07-19
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Params-Classify
|
||||
PORTVERSION= 0.000
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Params
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Argument type classification
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Params::Classify.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Params-Classify/distinfo
Normal file
3
devel/p5-Params-Classify/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Params-Classify-0.000.tar.gz) = b983764034f9a7406c81f6d3d0433202
|
||||
SHA256 (Params-Classify-0.000.tar.gz) = e491033058fb3725623282b1c6933706b5c5f4bec26473eec5c2a2b8d2ae4c6c
|
||||
SIZE (Params-Classify-0.000.tar.gz) = 5378
|
12
devel/p5-Params-Classify/pkg-descr
Normal file
12
devel/p5-Params-Classify/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
This module provides various type-testing functions. These are
|
||||
intended for functions that, unlike most Perl code, care what type of
|
||||
data they are operating on. For example, some functions wish to behave
|
||||
differently depending on the type of their arguments (like overloaded
|
||||
functions in C++).
|
||||
|
||||
These functions only provide type classification; they do not enforce
|
||||
type restrictions. Type enforcement may, of course, be built using
|
||||
these classification functions, but the reader's attention is drawn
|
||||
to Params::Validate.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Params-Classify/
|
6
devel/p5-Params-Classify/pkg-plist
Normal file
6
devel/p5-Params-Classify/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Params/Classify/.packlist
|
||||
%%SITE_PERL%%/Params/Classify.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Params/Classify
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Params
|
||||
@dirrmtry %%SITE_PERL%%/Params
|
Loading…
Reference in New Issue
Block a user