diff options
-rw-r--r-- | converters/Makefile | 1 | ||||
-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 |
5 files changed, 31 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 45acee3d6b73..4b93f3fc5a17 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -61,6 +61,7 @@ SUBDIR += p5-Convert-BinHex SUBDIR += p5-Convert-Binary-C SUBDIR += p5-Convert-IBM390 + SUBDIR += p5-Convert-Moji SUBDIR += p5-Convert-Morse SUBDIR += p5-Convert-NLS_DATE_FORMAT SUBDIR += p5-Convert-PEM 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 |