diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-05-10 19:39:14 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-05-10 19:39:14 +0800 |
commit | 77ff037088c6634b0876a22f2c3144ba6313c187 (patch) | |
tree | c3715d1d320c66443766c9a9b4811b2553ae7db6 /japanese | |
parent | dcc6cf5ba46aee1da75111a24654dbaeb83c69e8 (diff) | |
download | freebsd-ports-graphics-77ff037088c6634b0876a22f2c3144ba6313c187.tar.gz freebsd-ports-graphics-77ff037088c6634b0876a22f2c3144ba6313c187.tar.zst freebsd-ports-graphics-77ff037088c6634b0876a22f2c3144ba6313c187.zip |
Add p5-FormValidator-Simple-Plugin-Number-Phone-JP 0.02, perl module for
Japanese phone number validation.
Diffstat (limited to 'japanese')
5 files changed, 48 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index e01b7f0c50d..a813a89ff1c 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -273,6 +273,7 @@ SUBDIR += otojiro-fpw SUBDIR += p5-Date-Japanese-Era SUBDIR += p5-Date-Japanese-Holiday + SUBDIR += p5-FormValidator-Simple-Plugin-Number-Phone-JP SUBDIR += p5-Jcode SUBDIR += p5-MeCab SUBDIR += p5-Number-Phone-JP diff --git a/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/Makefile b/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/Makefile new file mode 100644 index 00000000000..9b9f447261a --- /dev/null +++ b/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-FormValidator-Simple-Plugin-Number-Phone-JP +# Date created: May 10, 2006 +# Whom: kuriyama@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= FormValidator-Simple-Plugin-Number-Phone-JP +PORTVERSION= 0.02 +CATEGORIES= japanese +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIZZY + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl module for Japanese phone number validation + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-FormValidator-Simple>=0.03:${PORTSDIR}/textproc/p5-FormValidator-Simple \ + ja-p5-Number-Phone-JP>=0.03:${PORTSDIR}/japanese/p5-Number-Phone-JP + +PERL_CONFIGURE= yes + +MAN3= FormValidator::Simple::Plugin::Number::Phone::JP.3 + +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + +.include <bsd.port.post.mk> diff --git a/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/distinfo b/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/distinfo new file mode 100644 index 00000000000..2878b3a884f --- /dev/null +++ b/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/distinfo @@ -0,0 +1,3 @@ +MD5 (FormValidator-Simple-Plugin-Number-Phone-JP-0.02.tar.gz) = b0184b72ca37ba3d61ff0a4dc8d05ecf +SHA256 (FormValidator-Simple-Plugin-Number-Phone-JP-0.02.tar.gz) = 4872035ab31687ea7764bd34b492312f8f856e2d775504d73cad7f985b022491 +SIZE (FormValidator-Simple-Plugin-Number-Phone-JP-0.02.tar.gz) = 2625 diff --git a/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/pkg-descr b/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/pkg-descr new file mode 100644 index 00000000000..07a888bc1af --- /dev/null +++ b/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/pkg-descr @@ -0,0 +1,4 @@ +This modules adds Japanese phone number validation command to +FormValidator::Simple. + +WWW: http://search.cpan.org/dist/FormValidator-Simple-Plugin-Number-Phone-JP/ diff --git a/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/pkg-plist b/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/pkg-plist new file mode 100644 index 00000000000..a796ac0a067 --- /dev/null +++ b/japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP/pkg-plist @@ -0,0 +1,11 @@ +%%SITE_PERL%%/FormValidator/Simple/Plugin/Number/Phone/JP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/FormValidator/Simple/Plugin/Number/Phone/JP/.packlist +@dirrmtry %%SITE_PERL%%/FormValidator/Simple/Plugin/Number/Phone +@dirrmtry %%SITE_PERL%%/FormValidator/Simple/Plugin/Number +@dirrmtry %%SITE_PERL%%/FormValidator/Simple/Plugin +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FormValidator/Simple/Plugin/Number/Phone/JP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FormValidator/Simple/Plugin/Number/Phone +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FormValidator/Simple/Plugin/Number +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FormValidator/Simple/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FormValidator/Simple +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FormValidator |