freebsd-ports/textproc/py-mkdocs-nature/Makefile
2023-01-16 22:32:04 +03:00

20 lines
468 B
Makefile

PORTNAME= mkdocs-nature
DISTVERSION= 0.4
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= MkDocs theme, a clone of the "greenish" Sphinx theme of the same name
WWW= https://waylan.github.io/mkdocs-nature
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs>0:textproc/py-mkdocs@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>