50a86edcc3
Text::Unidecode provides is a function, `unidecode(...)' that takes Unicode data and tries to represent it in US-ASCII characters (i.e., the universally displayable characters between 0x00 and 0x7F). The representation is almost always an attempt at *transliteration* -- i.e., conveying, in Roman letters, the pronunciation expressed by the text in some other writing system.
25 lines
509 B
Makefile
25 lines
509 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/12/05 07:49:28 kevlo Exp $
|
|
|
|
COMMENT= "US-ASCII transliterations of Unicode text"
|
|
|
|
DISTNAME= Text-Unidecode-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
NEED_VERSION= 1.500
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Text
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
REGRESS_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|