diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2015-07-22 06:24:10 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2015-07-22 06:24:10 +0800 |
commit | c207a83866822ec51e87f1171872e8f8fdbe364a (patch) | |
tree | 5a652b527df3f15647e42b4009e9afa5f3fa3861 /converters/p5-Convert-Moji | |
parent | 809859405d59620e216bc8f7af7a87daa90de01d (diff) | |
download | freebsd-ports-gnome-c207a83866822ec51e87f1171872e8f8fdbe364a.tar.gz freebsd-ports-gnome-c207a83866822ec51e87f1171872e8f8fdbe364a.tar.zst freebsd-ports-gnome-c207a83866822ec51e87f1171872e8f8fdbe364a.zip |
Convert::Moji creates objects which can be used to convert between
different alphabets.
This is basically a helper module for Lingua::JA::Moji. It was split
out of that module as a general-purpose converter for any alphabets.
WWW: http://search.cpan.org/dist/Convert-Moji/
Diffstat (limited to 'converters/p5-Convert-Moji')
-rw-r--r-- | converters/p5-Convert-Moji/Makefile | 19 | ||||
-rw-r--r-- | converters/p5-Convert-Moji/distinfo | 2 | ||||
-rw-r--r-- | converters/p5-Convert-Moji/pkg-descr | 7 | ||||
-rw-r--r-- | converters/p5-Convert-Moji/pkg-plist | 2 |
4 files changed, 30 insertions, 0 deletions
diff --git a/converters/p5-Convert-Moji/Makefile b/converters/p5-Convert-Moji/Makefile new file mode 100644 index 000000000000..63030a0e6a98 --- /dev/null +++ b/converters/p5-Convert-Moji/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= Convert-Moji +PORTVERSION= 0.07 +CATEGORIES= converters perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to convert objects to alphabets + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include <bsd.port.mk> diff --git a/converters/p5-Convert-Moji/distinfo b/converters/p5-Convert-Moji/distinfo new file mode 100644 index 000000000000..faab08643629 --- /dev/null +++ b/converters/p5-Convert-Moji/distinfo @@ -0,0 +1,2 @@ +SHA256 (Convert-Moji-0.07.tar.gz) = c9d24d545d64c3252488bb90af23ca1bb7cf0b7f63d354cff8d4132de7639d6a +SIZE (Convert-Moji-0.07.tar.gz) = 7978 diff --git a/converters/p5-Convert-Moji/pkg-descr b/converters/p5-Convert-Moji/pkg-descr new file mode 100644 index 000000000000..c94bf93d3702 --- /dev/null +++ b/converters/p5-Convert-Moji/pkg-descr @@ -0,0 +1,7 @@ +Convert::Moji creates objects which can be used to convert between +different alphabets. + +This is basically a helper module for Lingua::JA::Moji. It was split +out of that module as a general-purpose converter for any alphabets. + +WWW: http://search.cpan.org/dist/Convert-Moji/ diff --git a/converters/p5-Convert-Moji/pkg-plist b/converters/p5-Convert-Moji/pkg-plist new file mode 100644 index 000000000000..3d44968fc25c --- /dev/null +++ b/converters/p5-Convert-Moji/pkg-plist @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Convert::Moji.3.gz +%%SITE_PERL%%/Convert/Moji.pm |