mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
23 lines
448 B
Makefile
23 lines
448 B
Makefile
COMMENT = math extension for Python-Markdown
|
|
|
|
MODPY_DISTV = 0.9
|
|
DISTNAME = python_markdown_math-${MODPY_DISTV}
|
|
PKGNAME = py-python-markdown-math-${MODPY_DISTV}
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# BSD 3-Clause
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
HOMEPAGE = https://github.com/mitya57/python-markdown-math
|
|
|
|
MAINTAINER = Pedro Almeida <palmeida@monkeys.pt>
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
MODPY_PYTEST_ARGS = test.py
|
|
|
|
.include <bsd.port.mk>
|