Plugin for MkDocs that allows you to exclude files from your input using unix-style wildcards (globs) or regular expressions (regexps). WWW: https://github.com/apenwarr/mkdocs-exclude PR: 286223 Reported by: Vladyslav Movchan <vladislav.movchan@gmail.com> (new maintainer)
22 lines
522 B
Makefile
22 lines
522 B
Makefile
PORTNAME= mkdocs-exclude
|
|
DISTVERSION= 1.0.2
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= vladislav.movchan@gmail.com
|
|
COMMENT= MkDocs plugin to exclude files from input using globs or regexps
|
|
WWW= https://github.com/apenwarr/mkdocs-exclude
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs>=1.0:textproc/py-mkdocs@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|