mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
24 lines
479 B
Makefile
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>
|