mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
21 lines
339 B
Makefile
21 lines
339 B
Makefile
COMMENT= US-ASCII transliterations of Unicode text
|
|
|
|
MODPY_DISTV= 1.3.8
|
|
REVISION= 2
|
|
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_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
.include <bsd.port.mk>
|