aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Params-Classify
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-19 22:56:55 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-19 22:56:55 +0000
commit3822362696710f7f0475c7045083f7ec279dbf1e (patch)
tree6306338ed57c3ec36141fe17abf1f0d87f91d6d7 /devel/p5-Params-Classify
parent5b35f14fb5d5e5de99cf16e664170e0ee077161f (diff)
downloadports-3822362696710f7f0475c7045083f7ec279dbf1e.tar.gz
ports-3822362696710f7f0475c7045083f7ec279dbf1e.zip
Add p5-Params-Classify 0.000, argument type classification.
PR: ports/100546 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes: svn path=/head/; revision=168282
Diffstat (limited to 'devel/p5-Params-Classify')
-rw-r--r--devel/p5-Params-Classify/Makefile22
-rw-r--r--devel/p5-Params-Classify/distinfo3
-rw-r--r--devel/p5-Params-Classify/pkg-descr12
-rw-r--r--devel/p5-Params-Classify/pkg-plist6
4 files changed, 43 insertions, 0 deletions
diff --git a/devel/p5-Params-Classify/Makefile b/devel/p5-Params-Classify/Makefile
new file mode 100644
index 000000000000..ed182e7e497d
--- /dev/null
+++ b/devel/p5-Params-Classify/Makefile
@@ -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>
diff --git a/devel/p5-Params-Classify/distinfo b/devel/p5-Params-Classify/distinfo
new file mode 100644
index 000000000000..11e3aab9ff85
--- /dev/null
+++ b/devel/p5-Params-Classify/distinfo
@@ -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
diff --git a/devel/p5-Params-Classify/pkg-descr b/devel/p5-Params-Classify/pkg-descr
new file mode 100644
index 000000000000..c9dd85de37de
--- /dev/null
+++ b/devel/p5-Params-Classify/pkg-descr
@@ -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/
diff --git a/devel/p5-Params-Classify/pkg-plist b/devel/p5-Params-Classify/pkg-plist
new file mode 100644
index 000000000000..91934b5b4d42
--- /dev/null
+++ b/devel/p5-Params-Classify/pkg-plist
@@ -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