freebsd-ports/converters/p5-Convert-Moji/Makefile
Jun Kuriyama 159355dfb7 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/
2015-07-21 22:24:10 +00:00

19 lines
324 B
Makefile

# $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>