mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
2d3fe0e91b
are other Python ports of Text::Unidecode (unidecode and isounidecode). unidecode is GPL, isounidecode uses too much memory, and it didn't support Python 3 when this package was created. WWW: https://github.com/kmike/text-unidecode PR: 229439 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc.
21 lines
378 B
Makefile
21 lines
378 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= text-unidecode
|
|
DISTVERSION= 1.2
|
|
CATEGORIES= converters python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= freebsd_ports@k-worx.org
|
|
COMMENT= Most basic port of Perl's Text::Unidecode module
|
|
|
|
LICENSE= ART10
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|