ports/textproc/py-unidecode/Makefile

23 lines
374 B
Makefile
Raw Normal View History

2023-10-11 18:19:00 +00:00
COMMENT= US-ASCII transliterations of Unicode text
2023-08-16 22:26:55 +00:00
2023-10-11 18:19:00 +00:00
MODPY_EGG_VERSION= 1.3.7
DISTNAME= Unidecode-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME:L}
2023-08-16 22:26:55 +00:00
2023-10-11 18:19:00 +00:00
CATEGORIES= textproc devel
2023-08-16 22:26:55 +00:00
2023-10-11 18:19:00 +00:00
HOMEPAGE= https://pypi.python.org/pypi/Unidecode
2023-08-16 22:26:55 +00:00
# GPLv2+
2023-10-11 18:19:00 +00:00
PERMIT_PACKAGE= Yes
2023-08-16 22:26:55 +00:00
2023-10-11 18:19:00 +00:00
MODULES= lang/python
2023-08-16 22:26:55 +00:00
2023-10-11 18:19:00 +00:00
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
2023-08-16 22:26:55 +00:00
2023-10-11 18:19:00 +00:00
FLAVORS= python3
FLAVOR= python3
2023-08-16 22:26:55 +00:00
.include <bsd.port.mk>