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