pkgsrc/converters/p5-Unicode-MapUTF8/Makefile
taca 9865b81ad4 Importing p5-Unicode-MapUTF8 version 1.11, based on wip package.
Provides an adapter layer between core routines for converting to and from
UTF8 and other encodings.  In essence, a way to give multiple existing
Unicode modules a single common interface so you don't have to know
the underlaying implementations to do simple UTF8 to-from other character
set encoding conversions.  As such, it wraps the Unicode::String,
Unicode::Map8, Unicode::Map and Jcode modules in a standardized and
simple API.

This also provides general character set conversion operation based
on UTF8 - it is possible to convert between any two compatible and
supported character sets via a simple two step chaining of conversions.
2008-06-11 14:17:10 +00:00

20 lines
724 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/06/11 14:17:10 taca Exp $
DISTNAME= Unicode-MapUTF8-1.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Unicode-Map8/
COMMENT= Provides conversions for arbitrary character sets and UTF8
DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
DEPENDS+= p5-Unicode-Map8-[0-9]*:../../converters/p5-Unicode-Map8
DEPENDS+= p5-Unicode-Map-[0-9]*:../../converters/p5-Unicode-Map
DEPENDS+= p5-Jcode-[0-9]*:../../converters/p5-Jcode
PERL5_PACKLIST= auto/Unicode/MapUTF8/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"