mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
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/
This commit is contained in:
parent
529ec4e264
commit
159355dfb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392648
@ -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
|
||||
|
19
converters/p5-Convert-Moji/Makefile
Normal file
19
converters/p5-Convert-Moji/Makefile
Normal file
@ -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>
|
2
converters/p5-Convert-Moji/distinfo
Normal file
2
converters/p5-Convert-Moji/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Convert-Moji-0.07.tar.gz) = c9d24d545d64c3252488bb90af23ca1bb7cf0b7f63d354cff8d4132de7639d6a
|
||||
SIZE (Convert-Moji-0.07.tar.gz) = 7978
|
7
converters/p5-Convert-Moji/pkg-descr
Normal file
7
converters/p5-Convert-Moji/pkg-descr
Normal file
@ -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/
|
2
converters/p5-Convert-Moji/pkg-plist
Normal file
2
converters/p5-Convert-Moji/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%PERL5_MAN3%%/Convert::Moji.3.gz
|
||||
%%SITE_PERL%%/Convert/Moji.pm
|
Loading…
Reference in New Issue
Block a user