This is an extension to Python-Markdown which provides an “include” function, similar to that found in LaTeX (and also the C pre-processor and Fortran). It was originally written for a FORD (= FORtran Documenter) Fortran auto-documentation generator. WWW: https://github.com/cmacmackin/markdown-include
19 lines
409 B
Makefile
19 lines
409 B
Makefile
PORTNAME= markdown-include
|
|
DISTVERSION= 0.6.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Provides an "include" function for Markdown
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|