9756a1c4a7
This utf-8 converter is written in plain perl and works with hopefully any perl 5 version. It was mainly written because more recent modules such as Encode do not work under older Perl 5.0 installations. Supported encodings: euc-kr gb2312 iso-8859-1 iso-8859-2 iso-8859-9 koi8-r utf-8 windows-1256
16 lines
469 B
Makefile
16 lines
469 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/04/16 16:12:52 adrianp Exp $
|
|
#
|
|
|
|
DISTNAME= Unicode-UTF8simple-1.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
|
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~gus/Unicode-UTF8simple-1.06/
|
|
COMMENT= Conversions to/from UTF8 from/to charactersets
|
|
|
|
PERL5_PACKLIST= auto/Unicode/UTF8simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|