opnsense-ports/converters/py-unidecode/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

20 lines
436 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
USE_PYTHON= distutils autoplist concurrent
NO_ARCH= yes
.include <bsd.port.mk>