24 lines
397 B
Makefile
24 lines
397 B
Makefile
COMMENT= human-friendly output for Python text interfaces
|
|
|
|
MODPY_EGG_VERSION= 10.0
|
|
|
|
DISTNAME= humanfriendly-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= https://humanfriendly.readthedocs.io/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
FLAVORS= python3
|
|
FLAVOR= python3
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|