mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
25 lines
461 B
Makefile
25 lines
461 B
Makefile
COMMENT = markdown linter
|
|
|
|
MODPY_DISTV = 0.9.37
|
|
DISTNAME = pymarkdownlnt-${MODPY_DISTV}
|
|
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = https://github.com/jackdewinter/pymarkdown
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/py-application_properties \
|
|
devel/py-typing-extensions \
|
|
textproc/py-columnar
|
|
|
|
# some files from test dir are missing in sdist
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|