mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
19 lines
326 B
Makefile
19 lines
326 B
Makefile
COMMENT= US-ASCII transliterations of Unicode text
|
|
|
|
MODPY_DISTV= 1.4.0
|
|
DISTNAME= Unidecode-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME:L}
|
|
|
|
CATEGORIES= textproc devel
|
|
|
|
HOMEPAGE= https://pypi.python.org/pypi/Unidecode
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|