8a7c131a1d
These are experimental modules to handle various Unicode issues. They were made before perl included native UTF8 support. The current set of modules are: Unicode::String - represent strings of Unicode chars Unicode::CharName - look up character names Unicode::Map8 - mapping tables towards 8-bit char sets (the Unicode::Map8 module is distributed separately)
19 lines
545 B
Makefile
19 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/09/18 14:41:32 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= Unicode-String-2.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.unicode.org/
|
|
COMMENT= Perl5 modules to handle various Unicode issues
|
|
|
|
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
|
|
|
|
USE_BUILDLINK2= yes
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Unicode/String/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|