freebsd-ports/converters/py-unidecode/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

21 lines
441 B
Makefile

PORTNAME= unidecode
PORTVERSION= 1.1.1
CATEGORIES= converters python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Unidecode-${PORTVERSION}
MAINTAINER= douglas@douglasthrift.net
COMMENT= ASCII transliterations of Unicode text
WWW= https://pypi.org/project/Unidecode/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= distutils autoplist concurrent
NO_ARCH= yes
.include <bsd.port.mk>