aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Params-Validate
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-16 06:31:21 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-16 06:31:21 +0000
commit3ca13e461e41227c4a9709800a61e2ce73dc6c89 (patch)
treeda06d308f580993b207752eb9ae67274245212b6 /devel/p5-Params-Validate
parentb25730634373e25f76ef31ca14cb1978fbda24e5 (diff)
downloadports-3ca13e461e41227c4a9709800a61e2ce73dc6c89.tar.gz
ports-3ca13e461e41227c4a9709800a61e2ce73dc6c89.zip
Notes
Diffstat (limited to 'devel/p5-Params-Validate')
-rw-r--r--devel/p5-Params-Validate/Makefile2
-rw-r--r--devel/p5-Params-Validate/distinfo2
-rw-r--r--devel/p5-Params-Validate/pkg-descr2
3 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile
index 35356ab8b10a..f37e15337afc 100644
--- a/devel/p5-Params-Validate/Makefile
+++ b/devel/p5-Params-Validate/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Params-Validate
-PORTVERSION= 0.62
+PORTVERSION= 0.64
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel/DROLSKY
diff --git a/devel/p5-Params-Validate/distinfo b/devel/p5-Params-Validate/distinfo
index 9fb4e4a70d63..121d719817e8 100644
--- a/devel/p5-Params-Validate/distinfo
+++ b/devel/p5-Params-Validate/distinfo
@@ -1 +1 @@
-MD5 (Params-Validate-0.62.tar.gz) = 79b8bfad7d5535fec49ad434ce63d435
+MD5 (Params-Validate-0.64.tar.gz) = 62ff9816f46798e1ff804c4aa1a92cf4
diff --git a/devel/p5-Params-Validate/pkg-descr b/devel/p5-Params-Validate/pkg-descr
index b8dae24ed6e7..0cb4e84af933 100644
--- a/devel/p5-Params-Validate/pkg-descr
+++ b/devel/p5-Params-Validate/pkg-descr
@@ -5,3 +5,5 @@ and that no unspecified additional parameters were passed in. It is
also capable of determining that a parameter is of a specific type,
that it is an object of a certain class hierarchy, that it possesses
certain methods, or applying validation callbacks to arguments.
+
+WWW: http://search.cpan.org/dist/Params-Validate/