mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
27 lines
763 B
Makefile
27 lines
763 B
Makefile
PORTNAME= sphinx_material
|
|
DISTVERSION= 0.0.36
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Responsive Material Design theme for Sphinx documentation
|
|
WWW= https://bashtage.github.io/sphinx-material/
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PY_DEPENDS}
|
|
RUN_DEPENDS= ${PY_DEPENDS}
|
|
PY_DEPENDS= sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \
|
|
slugify:textproc/py-python-slugify@${PY_FLAVOR} \
|
|
css-html-js-minify:www/py-css-html-js-minify@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR}
|
|
|
|
#USE_GITHUB= yes
|
|
#GH_ACCOUNT= bashtage
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils
|
|
|
|
.include <bsd.port.mk>
|