mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
350 B
Makefile
22 lines
350 B
Makefile
COMMENT= human-friendly output for Python text interfaces
|
|
|
|
MODPY_DISTV= 10.0
|
|
|
|
DISTNAME= humanfriendly-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
REVISION= 3
|
|
|
|
HOMEPAGE= https://humanfriendly.readthedocs.io/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|