mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
19 lines
463 B
Makefile
19 lines
463 B
Makefile
PORTNAME= mkdocs-nature
|
|
DISTVERSION= 0.6
|
|
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
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|