Files
2026-01-15 09:31:45 +00:00

24 lines
479 B
Makefile

COMMENT= process plaintext documentation into other formats
MODPY_DISTV= 0.22.4
DISTNAME= docutils-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= textproc
HOMEPAGE= https://docutils.sourceforge.io/
# beware new versions often have breaking changes
EPOCH= 0
# mostly public domain, a few files BSD, one .el GPLv3
# see COPYING.rst
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= flit_core
MODPY_PI= Yes
RUN_DEPENDS= textproc/py-pygments
.include <bsd.port.mk>