ports/textproc/py-markdown-it/Makefile

25 lines
425 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= markdown parsing for Python, port of markdown-it
MODPY_EGG_VERSION= 2.2.0
DISTNAME= markdown-it-py-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME:S/-py//}
CATEGORIES= textproc
REVISION= 0
2023-08-16 22:26:55 +00:00
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
FLAVORS= python3
FLAVOR= python3
MODPY_PI= Yes
MODPY_PYBUILD= flit_core
# not in pypi tarball
NO_TEST= Yes
RUN_DEPENDS= textproc/py-mdurl${MODPY_FLAVOR}
.include <bsd.port.mk>