aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Convert-Moji
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2015-07-21 22:24:10 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2015-07-21 22:24:10 +0000
commit159355dfb73e835a6a08e4ea9664c9e01a185188 (patch)
tree5a652b527df3f15647e42b4009e9afa5f3fa3861 /converters/p5-Convert-Moji
parent529ec4e264683f700a0b4133085948ee82eeb23f (diff)
downloadports-159355dfb73e835a6a08e4ea9664c9e01a185188.tar.gz
ports-159355dfb73e835a6a08e4ea9664c9e01a185188.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/
Notes
Notes: svn path=/head/; revision=392648
Diffstat (limited to 'converters/p5-Convert-Moji')
-rw-r--r--converters/p5-Convert-Moji/Makefile19
-rw-r--r--converters/p5-Convert-Moji/distinfo2
-rw-r--r--converters/p5-Convert-Moji/pkg-descr7
-rw-r--r--converters/p5-Convert-Moji/pkg-plist2
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