diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-05-10 11:39:14 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-05-10 11:39:14 +0000 |
commit | b4ce50a4c3cbc41a37a4ba26cb68410b9794771a (patch) | |
tree | 2d3becd8ea97788e634b6fef51272e5eeda72efe /japanese | |
parent | 6e7d7d49f2215cd05c2db75c759bde1e2557918f (diff) | |
download | ports-b4ce50a4c3cbc41a37a4ba26cb68410b9794771a.tar.gz ports-b4ce50a4c3cbc41a37a4ba26cb68410b9794771a.zip |
Notes
Diffstat (limited to 'japanese')
5 files changed, 48 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index e01b7f0c50d9..a813a89ff1c4 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 000000000000..9b9f447261ac --- /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 000000000000..2878b3a884f2 --- /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 000000000000..07a888bc1af8 --- /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 000000000000..a796ac0a0676 --- /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 |